Memory Pool Memory Pool Refreshing

5,531 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,690 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (43,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
864,531 864,531 000000000000000000027ba0b7dfafe117b81a84ecde2d34bb1abdc39577eed3 1.47 MB 4,446 8
864,530 864,530 00000000000000000001ec3f868a022c083a60a2d3fff63b922ec094f335793f 1.76 MB 5,527 2
864,529 864,529 000000000000000000032c3e0aa34d03ab6d96012a4b145c3968b34468316041 1.51 MB 5,262 3
864,528 864,528 00000000000000000001a68fb38199c38f8933b74d082807b25dbb7fbe8956c0 1.49 MB 5,400 4
864,527 864,527 00000000000000000001cdba21492cee395f651a26406771576c539f821b8ee5 1.73 MB 4,339 3
864,526 864,526 000000000000000000009b7f8f758a5b83c7dd487a8b0f28cf87f4dad50b7894 1.81 MB 3,382 2
864,525 864,525 00000000000000000000b02a6a6341199b7c71f3747a7200fbf753926ac34135 1.48 MB 2,907 10
864,524 864,524 000000000000000000011991fbeea6c553bd14bffcac4f181b1846455f91c9c5 1.56 MB 4,761 2
864,523 864,523 00000000000000000002a06b9ba8b1f97f358b5060e98e767177f162dbfd12c7 1.82 MB 3,422 2
864,522 864,522 0000000000000000000123ee79d8029c7c5c8fa4e04a661eb30de8a01145ecde 1.65 MB 3,624 2
864,521 864,521 00000000000000000001ac5ad2958bf64890376a81760b3d7f74c1c33363b9ec 1.56 MB 4,573 7
864,520 864,520 0000000000000000000127118d6c17d74f9c596d080350074fa3cdbe276dd7e9 1.46 MB 5,421 6
864,519 864,519 00000000000000000000dcf5d7002288f6d5942abae5e78f9edfb1249570dd64 1.62 MB 5,590 3
864,518 864,518 000000000000000000014d0117e7b3b6a875552711fa50fa0c4ba44b85d90739 1.48 MB 4,841 8
864,517 864,517 00000000000000000002e259f3c15bddddd5bc0c22c0a4cf6a21b024e254e90a 1.66 MB 3,840 3
864,516 864,516 00000000000000000002e69500da04ea68b124dff460a272acd115f1098d9e5a 1.42 MB 2,680 7
864,515 864,515 00000000000000000001c519efe11f92c88da1c42c22df9c297c39982c1711e4 1.50 MB 5,161 9
864,514 864,514 00000000000000000001a0ba9cbba462a26411f535b669e66299e5120ded35b8 1.57 MB 5,213 4
864,513 864,513 000000000000000000011ef2a82a314c5fbc9530a5ba06b64d893e08d2365f81 1.52 MB 4,583 5
864,512 864,512 0000000000000000000001c8a18d9cba1747322f26f119c5a1cf500b987f236e 1.62 MB 5,608 7
864,511 864,511 00000000000000000001ab0ecd07c0d135e959d6de6c0929289b1022ed34ba56 1.48 MB 4,563 7
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.