Memory Pool Memory Pool Refreshing

6,354 transactions
3.68 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,020 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (563,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
344,530 344,530 0000000000000000091d1fabded64c8793d7c2fa4375dedb6be3785e89d1c6f4 0.12 MB 146 17
344,529 344,529 0000000000000000165642800bff3f12d38f227e232616212cd90c3f01677cf8 0.11 MB 74 10
344,528 344,528 00000000000000000564b88b60ab78635134b58c016765ce9f939031adeaa6cb 0.10 MB 124 13
344,527 344,527 000000000000000005d4e1272781e972e7230ff9ac034242cfd9da14358b3777 0.15 MB 191 20
344,526 344,526 0000000000000000084e32d7fdcbcfd5e2f0fec6a3220324d70617e4bf057aa5 0.44 MB 736 23
344,525 344,525 00000000000000000d2d691a08cda88af0a486da1f90a52c4b01b56eb813f0ee 0.44 MB 780 26
344,524 344,524 0000000000000000030f5a5bf06a5bcfcb75ad2d88792d6915f3ab9941a1647f 0.44 MB 325 8
344,523 344,523 000000000000000016fdf661d8f19f544f29aafa52ee52ed269d071f0d3f00a7 0.75 MB 632 16
344,522 344,522 00000000000000000c2048ad8d7a9c3545a53bb3f4ee238f395e23f94cb215aa 0.75 MB 1,482 26
344,521 344,521 000000000000000002cd55ea1e6fb2b644f4fa9c2ef020a6cd7d19d8b70bd5f1 0.25 MB 638 39
344,520 344,520 0000000000000000106f21e2fbafcee7ac184f1114f5ea241830a2f863ad60d9 0.75 MB 1,032 20
344,519 344,519 00000000000000000d4d7411d1b378a94355eabf5cb7df58fa48f30802992391 0.12 MB 266 40
344,518 344,518 00000000000000000ab233bbeeb6d944a28d5fc6fa32211a8b13899c86bba3fb 0.23 MB 314 23
344,517 344,517 0000000000000000147c2b81fac99b75292bb7b1c977ce753b79547584d7eb91 0.48 MB 548 26
344,516 344,516 0000000000000000027c7e5d0ed57580ca214112e805715e884b5b4fda1632df 0.75 MB 1,148 37
344,515 344,515 000000000000000012784a73c1b21d425dcb466c16032e70ce28f430256de39e 0.60 MB 596 21
344,514 344,514 000000000000000008dad1b62d118c5176a2e5387ef969022709cc7c2ec6fa41 0.73 MB 674 16
344,513 344,513 0000000000000000136b41252b170bb3e5cc4d450ba2ba3931e5597062ed5220 0.75 MB 891 19
344,512 344,512 00000000000000000c9ead198ae801340b95f66a83d970e8282ebf0b795b0ee0 0.75 MB 1,728 38
344,511 344,511 00000000000000000ba39c1713ea3d69b00f5b1701a4ac997bfe82d2980c07af 0.92 MB 635 9
344,510 344,510 0000000000000000106b7bea9c5da0dd8e6e473accba0a6a32dfc290d5d25c59 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.88 GB sent, 93.05 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.