Memory Pool Memory Pool Refreshing

7,133 transactions
3.10 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,666 (126,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
781,340 781,340 000000000000000000044fade3b2a14802a609cbc953500f606c61d24fac2e47 1.46 MB 2,695 35
781,339 781,339 00000000000000000000ea474ec169942186d7020d6defb0e3cf667b42d2c41b 2.30 MB 759 7
781,338 781,338 0000000000000000000355339058b1dd004cda24e2b6a823d564153576180888 2.04 MB 1,940 15
781,337 781,337 000000000000000000037396e0c6ece0ddffcce277c2b0fee9c3bf00775925b9 2.00 MB 1,919 9
781,336 781,336 000000000000000000048bd1650b1dd068271c157640eb66eacfb202daef5683 1.56 MB 3,444 31
781,335 781,335 00000000000000000004537081aa4e9b7a630ebedba37bf1fd12b124e1756058 1.84 MB 529 6
781,334 781,334 000000000000000000041f9b432db53d9cd655970f0ab1bd99757f5d31b7ae35 3.49 MB 489 6
781,333 781,333 00000000000000000001c00fe2657edcac1a23b49501bfc41b59ad3eb7ca397d 2.85 MB 1,336 18
781,332 781,332 000000000000000000014135b349ae3dca2b93f82df99b62a98d5623f58e4888 3.82 MB 290 5
781,331 781,331 0000000000000000000309af2ce123fa5c2f5367377ed365ee0de23a91e0ebc4 2.11 MB 2,703 20
781,330 781,330 00000000000000000000da198d2dfd46553c10a5fc2393f7cdb7dc504022c335 1.84 MB 3,267 20
781,329 781,329 00000000000000000002720764b9c2d09c5b4d2752d338a55e5509c2fc74fc6c 1.67 MB 2,652 31
781,328 781,328 000000000000000000028e0579db946d9c6e8018ca6cfdd44644bc51b740da32 2.31 MB 1,768 21
781,327 781,327 000000000000000000064c5e37b457622acff4ea7e7be08a9a28df2ee6050af5 1.84 MB 1,144 21
781,326 781,326 0000000000000000000078d103cad0e2fc6dd23eb0302dd5eb1da4a6979b0434 2.41 MB 2,426 18
781,325 781,325 000000000000000000042ff2e8751778ffb2acc44e066a56302d8be8ef8ef8f8 2.50 MB 1,590 15
781,324 781,324 00000000000000000002227af50dd29e5ac5be189a8bf07311c4d1be36b39b80 3.17 MB 1,200 11
781,323 781,323 00000000000000000001a4cff3cf43d88e99ed1a2611e9ba157ac744ceeea28e 0.00 MB 1 0
781,322 781,322 00000000000000000003f22a2615eac5c0a01d158d4884b5b0243d68aa4f3384 2.83 MB 1,313 13
781,321 781,321 000000000000000000017e5a7c4690e7ebb04177006a254545ab8ba8cb0964c1 3.51 MB 809 9
781,320 781,320 00000000000000000003eac5da536cb92dbe76990eec1b6aa5e69c68b04a34d1 3.87 MB 126 5
Previous 10 blocks ↓
Total Size: 768.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,603.82 GB sent, 92.39 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.