Memory Pool Memory Pool Refreshing

7,812 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,408 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (300,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
607,019 607,019 0000000000000000001003b017262625baada729ace01cc2af215cb12b7a5d3e 1.04 MB 2,659 8
607,018 607,018 00000000000000000002152d0a35ac5230e70afa7f302b3f26a2dae79b664dec 1.25 MB 2,302 23
607,017 607,017 00000000000000000003eab8689799f7219362b947417f017f7e470d9c54c210 1.26 MB 3,042 21
607,016 607,016 0000000000000000000d39c0e48397c3650dc75ac2214b53074fe5a2d82c2a7c 0.63 MB 1,649 16
607,015 607,015 0000000000000000000bfb1e0378a691b7f95c6a89459ff55d8b3376279ef4ea 1.26 MB 2,664 24
607,014 607,014 0000000000000000000460060e0b9a26dcbbc88fa8a93f41fedcaa90ff2bd76a 1.27 MB 3,423 20
607,013 607,013 00000000000000000014b87e7507acb7dc3a7eebebf439b32cd8c5a6c9493fd9 0.61 MB 1,440 2
607,012 607,012 00000000000000000013f0d1b3c37960c89091226de64006969b5ccb9806729e 1.23 MB 2,617 36
607,011 607,011 00000000000000000008a6d4f9a5d76f0037ca43f97f1ca55d1eb07aa8f78f31 1.19 MB 1,913 12
607,010 607,010 0000000000000000000567b12da4ddffe69ce938810e18248e032f401ae7d572 1.27 MB 2,941 32
607,009 607,009 000000000000000000020cb4a856240419665783378ee5f4011747018c1751d6 0.48 MB 1,069 21
607,008 607,008 000000000000000000128b93e5360c0fafe8ad7b695b902dad2c4f6713574c2c 0.33 MB 833 24
607,007 607,007 0000000000000000000b8043c1bbb38bea83f4beaa13686820656ce9de004d3f 0.93 MB 2,136 19
607,006 607,006 0000000000000000000f3c2d8dd98b1995ddef8d1521e4dd2fa748d3edd55569 0.10 MB 242 21
607,005 607,005 00000000000000000006e3a6ddd654fcd62b616ec3d260aafaa60aa1c4a298ba 0.48 MB 1,128 18
607,004 607,004 0000000000000000000177e2584156b0f3a37fa6e3c33b47e3d1fc8bae3cf379 0.28 MB 609 23
607,003 607,003 0000000000000000001323d15b8879a8afa2df089e07c29e20c43a322ac3d0f3 0.82 MB 1,489 20
607,002 607,002 00000000000000000007bcab97fea5018d509a242edcdfe7f0c619c478682e1f 0.54 MB 1,031 23
607,001 607,001 0000000000000000000753b6d77177a5513dfb681188d796089d7c628ce930a9 0.92 MB 1,043 2
607,000 607,000 0000000000000000000df4f10185ba9602e748e648b43cc06159a9fa54692068 1.07 MB 2,581 4
606,999 606,999 0000000000000000000e1b576f796d3ea60df0627cfd8d1142d0eb03bbd21457 1.30 MB 3,098 19
Previous 10 blocks ↓
Total Size: 769.25 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,635.10 GB sent, 94.16 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.