Memory Pool Memory Pool Refreshing

4,043 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,362 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (93,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
814,122 814,122 000000000000000000033ed422b6c3b69a622561c32094991e5b5b4dd8bf614c 1.74 MB 2,352 5
814,121 814,121 000000000000000000036646c18a9181d0f7526ba0c56a130a7fb8558be27705 1.85 MB 3,728 7
814,120 814,120 00000000000000000002588c094f3fd9aad102118f19dd6d0dd70ff87e36ae47 1.57 MB 3,593 10
814,119 814,119 00000000000000000003effd6d2a1ba904ba786f8f9c6c31fa9d4a2d5048302b 1.61 MB 2,752 15
814,118 814,118 00000000000000000002cb6b97a1290f26299255dbf9d91c393aa5c32760d804 1.71 MB 2,013 10
814,117 814,117 00000000000000000000f48716e2e2f5dd9ef760a7469fd5cf7de3bb3036eb54 1.05 MB 409 5
814,116 814,116 0000000000000000000002e1f4be01bd70275422419f9597f05490c398b361af 1.63 MB 3,417 13
814,115 814,115 0000000000000000000076e172feccc4894ac4c246833c52d89f0c15ed1b6563 1.80 MB 4,489 5
814,114 814,114 00000000000000000002785619643fc5f66fbcc619eb58e34e1524d12741b9f3 1.49 MB 3,066 22
814,113 814,113 00000000000000000001c32d3f3fdc514cb1b253f95ce618ab8405ad54612044 1.57 MB 3,641 10
814,112 814,112 000000000000000000026b3d1d5cbdde7ca962cf6c3f053298cac1c904e8cd1b 1.45 MB 2,591 19
814,111 814,111 00000000000000000000968c4cb332f7a6c9c663f5ed91ef2c62391cfa23fb8e 1.50 MB 2,587 5
814,110 814,110 000000000000000000005fbfaa59f5f521e877b8b0504237fd967f860006fee8 1.55 MB 2,697 7
814,109 814,109 00000000000000000003ab93b5b01fa8f76c80aede4e43ff702b2a2d96a67674 1.81 MB 2,658 7
814,108 814,108 0000000000000000000220d5cca7a393dc854543653df65a47719ad80967ce30 1.65 MB 3,666 20
814,107 814,107 0000000000000000000242d8460833b4c28753d0dc7b862395092bac16ee0897 1.74 MB 2,954 17
814,106 814,106 000000000000000000007304043c021da5f6d13ce5e6d751ad6e76da1e2232f2 1.75 MB 4,190 14
814,105 814,105 00000000000000000003240f1925b53e26de77bb0c94d392b1fdb18d1448b2a3 1.84 MB 2,225 8
814,104 814,104 000000000000000000040b914f321a4672675a25c159238c66b80ba2b8c6ac2a 1.56 MB 2,894 17
814,103 814,103 00000000000000000000c56d3dcd2bd02f14c8f69f2f829b1a7d2b3577c72edc 1.43 MB 1,509 11
814,102 814,102 000000000000000000005c668d953575c787f0d78d4412b9c35cf1301fdf8df1 1.44 MB 2,293 18
Previous 10 blocks ↓
Total Size: 769.20 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,633.87 GB sent, 93.93 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.