Memory Pool Memory Pool Refreshing

109,340 transactions
34.04 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
879,375 000000000000000000028c610000000000000000000000000000000000000000 ago 1.00 vMB 3,549 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 879,374 (455,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
423,525 423,525 000000000000000004a0cf0cfcd322fd485c65f84961146141b8d407e5057c0d 0.11 MB 273 103
423,524 423,524 00000000000000000475857c1337d6b1e96186b881bd391fdb27e228d1a72b5f 0.95 MB 586 19
423,523 423,523 000000000000000003c37de024f824ce34e99c24578e34ff0020eb4b5e9ed733 1.00 MB 939 48
423,522 423,522 000000000000000001c58dff627441d2fdb88282f391f7aa1c28ba3ae09ec2bd 1.00 MB 1,410 64
423,521 423,521 00000000000000000443fa674af8d20330b68a9da63a21dd74e8a6f48f32ef93 1.00 MB 2,423 78
423,520 423,520 0000000000000000000f8224fffa5d2bbe2e40e8775c018b5c9b4ec819f8c7cf 0.47 MB 857 73
423,519 423,519 000000000000000001e627951f0e5978545fd127c42d7f59ee6a86497302812b 1.00 MB 2,190 66
423,518 423,518 000000000000000000cb480863e2029f9eb918f744f46a01413c938e1a11d583 0.67 MB 920 47
423,517 423,517 000000000000000003925eea81e163d2b21360b955786388a1819154c1fdd826 1.00 MB 1,263 45
423,516 423,516 000000000000000003b723c5eb3bab5b843b0c83862559cc21df0686bbe2824e 1.00 MB 1,433 49
423,515 423,515 0000000000000000009222bd52d127b1b39771e9267df5123579dded4ffd2d77 0.74 MB 930 51
423,514 423,514 0000000000000000010482b25db87c8e82921c32b867515ec919d58e77b9e9ad 1.00 MB 656 14
423,513 423,513 00000000000000000226f1e6f337a327d56c27fd659dcd166884078ee3588324 1.00 MB 2,299 56
423,512 423,512 000000000000000002e35fa2e847a764d0d7f828e9099000816cc5e78145826e 0.00 MB 1 0
423,511 423,511 0000000000000000020d4107ea5d682f2637f7c0744c75999f12ba43ddc66b32 1.00 MB 2,603 74
423,510 423,510 000000000000000000d7dc8e3d52545f390c1bbb782d340d643bc47738614885 1.00 MB 3,002 105
423,509 423,509 000000000000000003dbb864f4735aaff312c75a37f255f1b40393a94eb71d01 1.00 MB 2,039 56
423,508 423,508 00000000000000000052be3ca4791448c708e4be9933af58b6b13f426a651fda 1.00 MB 2,116 58
423,507 423,507 0000000000000000042f255f90b08abcb4cd07130920cb31e7f85a1fb18934e9 1.00 MB 1,854 50
423,506 423,506 000000000000000002e54fb4f181528d12d95c46c473d1921bcb2ba787c2cbea 1.00 MB 2,694 80
423,505 423,505 00000000000000000373e3b838b8a97614d0cdce1bb6a63d7c71da9800f247fc 1.00 MB 2,066 52
Previous 10 blocks ↓
Total Size: 717.11 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,639.10 GB sent, 50.58 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.