Memory Pool Memory Pool Refreshing

23,317 transactions
25.30 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,071 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,573 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,070 (593,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,100 268,100 000000000000000a6b380a29e3570fc08f4d9001fc203c4355beab1f9037c02b 0.25 MB 487 147
268,099 268,099 00000000000000006fbe3b1358c60f6eb40042089426dcd4a0b57c0b9bc64f49 0.04 MB 71 32
268,098 268,098 0000000000000000856c4a884be044a1c83b3474936c7bc54becba23039b4a22 0.15 MB 201 36
268,097 268,097 00000000000000084ebb56b618539de7b80b64f1a4e594e35b85607143520963 0.23 MB 431 69
268,096 268,096 0000000000000004e342722c67e223f223b0fc4328f1485a41f8684e39fc977a 0.03 MB 75 18
268,095 268,095 000000000000000716c0c99731ed019ecdc04e731d747826f8e043895b677d8a 0.13 MB 234 43
268,094 268,094 0000000000000009c37d43051806cf728b754a48d7caabaa40f988bd7c4fc4f7 0.06 MB 84 37
268,093 268,093 0000000000000005542784473239459e5b2dbb3e7f9c54f85ae9f4f6e359e068 0.02 MB 49 106
268,092 268,092 0000000000000008fccd1ce87b854e672e4887832dd2b469a62b982bd3934c10 0.38 MB 679 63
268,091 268,091 000000000000000a6dcbe38b0b67a604aafbbdea54b3121d93b4ca60e61f9a73 0.04 MB 89 56
268,090 268,090 00000000000000079592f419676f870417407de39627649b47e3c213a1fcf293 0.14 MB 360 53
268,089 268,089 000000000000000605594c97ecd66b09b3cc0833299ce7cdb531e5f44a08624b 0.21 MB 348 62
268,088 268,088 00000000000000084e52ada34c77466e477812701415e8f5d485c32018325af7 0.25 MB 254 7,579
268,087 268,087 000000000000000a2313a7b1ec2f94d3201e32a6adfe2b3a4d21dec8a420e674 0.25 MB 628 93
268,086 268,086 000000000000000a3d0a35d9de49e02a258860e926af92d537f78f45199740ab 0.15 MB 342 67
268,085 268,085 0000000000000002038f3506065afe8875441d1870d461a3ae8eb7569bac800d 0.08 MB 180 71
268,084 268,084 0000000000000002c1d18720edf17ea07201ccad2ddc15c57c42642e064ba138 0.05 MB 58 16
268,083 268,083 00000000000000096eab9c1d5ae47c9726588544b0a7b5dfe5b42dcdcdbc107a 0.15 MB 240 36
268,082 268,082 0000000000000002e288853c4f2e0d676b075f0c4f88e6975df2cfa672cde586 0.13 MB 233 55
268,081 268,081 000000000000000a4c0feb2930838c27c9d1088965a5790390cce7709bd4be94 0.03 MB 61 86
268,080 268,080 000000000000000034c0a9f377fdd6331703e255b0bb08fa947fc072f20c0754 0.22 MB 441 60
Previous 10 blocks ↓
Total Size: 684.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,333.08 GB sent, 100.28 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.