Memory Pool Memory Pool Refreshing

346 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,875 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 343 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (415,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
491,983 491,983 0000000000000000001b82751ac7e0eb3f67701bfdcd90e52923b9c322275620 1.04 MB 2,531 231
491,982 491,982 00000000000000000021b331506b7ec2927a1d153c608d74b035f81be624f4ab 1.07 MB 2,279 148
491,981 491,981 00000000000000000068ed3dcebbb16c6a2b637b9dfafef6aafd770315719e07 1.03 MB 2,196 154
491,980 491,980 0000000000000000002e5aa2db6f9ab3cf3d81ce421dbd8cd1e0115e7aab01bf 1.00 MB 2,045 167
491,979 491,979 0000000000000000006ce920324288b2222fc32a7b5c27622f759ec08624d527 1.06 MB 1,959 152
491,978 491,978 000000000000000000478c05437cf261f4e5e04ade3e15a716aa51abb7d2f50a 1.04 MB 2,246 189
491,977 491,977 0000000000000000008a54187b0f474c0d11437e2bb226fb77df5e56d14dac8f 1.06 MB 2,680 160
491,976 491,976 000000000000000000a0478b6a24fd37763cc616460a46e588d80d1d43d3f301 1.05 MB 2,760 201
491,975 491,975 0000000000000000006b1b14fb29336a5f2b752847f880fe4a7399058d15b46b 1.05 MB 2,345 138
491,974 491,974 000000000000000000318df689850b6fe75cbad28d08540d319229e83df28000 1.06 MB 2,556 159
491,973 491,973 000000000000000000c041786d7dd3ef1f22f3219d87766be544ff9d076c90c6 1.04 MB 2,685 161
491,972 491,972 0000000000000000002dae593b047f764712243e30d5438acb148d143cf0edf5 1.07 MB 2,681 191
491,971 491,971 000000000000000000058717c159b32a093642f2f7ac224eba385d40d0a51429 1.04 MB 1,378 115
491,970 491,970 0000000000000000002f30158327405361cfde4f56a1d0ceabd8cb86c0fdfa05 1.05 MB 2,728 174
491,969 491,969 00000000000000000093f9e61789dfbd4eb37068e19bd35e49b3701e7138f6b9 1.02 MB 817 134
491,968 491,968 00000000000000000038f357b815ad138a8a4803115ed44209891abb5a61e287 1.08 MB 1,067 129
491,967 491,967 000000000000000000206b939357086fdd14e7498c5c2cbe12ccc43460e450bf 1.09 MB 2,263 152
491,966 491,966 0000000000000000004e891f8f01d38f466d6ff69e836c679168f236e95fe7ee 1.05 MB 2,090 124
491,965 491,965 000000000000000000984dda18c139a968ad63622e5a5613440acd059f6506b1 1.11 MB 2,729 170
491,964 491,964 00000000000000000030b72290d1bd3d61ba29dd3269b048f327747ba8151449 1.00 MB 2,033 136
491,963 491,963 000000000000000000ae96c53f4bf89a0a010e4f9b688a6d68afeed4df88f6cb 1.00 MB 1,867 157
Previous 10 blocks ↓
Total Size: 769.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,642.74 GB sent, 94.46 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.