Memory Pool Memory Pool Refreshing

10,939 transactions
4.69 vMB
Show Random Selection Loading Transactions
Max Size: 26/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,740 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (573,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,643 334,643 000000000000000014840dcc06f6ef72cd3d7b8ed170f62be90acec023acb08e 0.71 MB 543 14
334,642 334,642 000000000000000003e4839e1c1f9f2c4b1ef09ebaf6aed1bc77363e8cf84233 1.00 MB 2,083 26
334,641 334,641 00000000000000001a5ef1cc99b65c8a42bc78b6a74be19faff9e1da8d655e07 0.67 MB 725 17
334,640 334,640 00000000000000000c789133d6a2ba9f11cb40fad59f3bec042189376fbfe933 0.31 MB 709 37
334,639 334,639 000000000000000019015742421ed83f5e8f1988528e056fa8fc744bc371aa3a 0.15 MB 193 13
334,638 334,638 00000000000000000930e4a967ca96487c23b20113f0b390023f0b9485396b00 0.46 MB 780 26
334,637 334,637 00000000000000000d71929411c5cc5298174599bd448873feb7cb6fd1dc0336 0.42 MB 412 15
334,636 334,636 00000000000000000a298816f79d852f19096405c86be1987842b7dc3d9b050c 0.75 MB 1,566 32
334,635 334,635 0000000000000000095dffadfd0909ffe5834711144a0e16de18c822f581e2d7 0.18 MB 361 25
334,634 334,634 00000000000000000e62db85e4429c83941348b54a73549ffdb51341f2e2a5b7 0.30 MB 476 22
334,633 334,633 0000000000000000028c14ad3a9cdcd87cbbfa898136fa5f24d782c5e510cccc 0.69 MB 592 15
334,632 334,632 00000000000000000e30b4811cc7f5e9d749ba7d88874065fcef1d786b0ed43a 0.75 MB 1,626 27
334,631 334,631 00000000000000000db5c08cb8ddc2806143d0d27a86f33e8a8a1efa808e5ff5 0.14 MB 512 45
334,630 334,630 000000000000000016519a94dfca09d2b3b6fa25546718104389957fc21c4645 0.14 MB 200 18
334,629 334,629 0000000000000000103d281ba6e09fb3ab5cfefeff0ab834546b57e1a730ca22 0.47 MB 260 12
334,628 334,628 00000000000000001b63d31c535993f4cc87a4b9dbddfa7ea3bc1faa9a23ac22 0.75 MB 1,769 28
334,627 334,627 000000000000000014de5b995debe5fb814df8ca8d47286a6349cd68cf366651 0.12 MB 217 18
334,626 334,626 000000000000000006e231ee9917d06426c0c01def92149cd022b6a808debfe4 0.66 MB 616 18
334,625 334,625 00000000000000001754feeadf964a8f7da844a6f225b1550e32796ec0be4916 0.75 MB 1,749 32
334,624 334,624 0000000000000000130b74740a72a9a06a3ae3c8c855e4a1bd055e0a29a4648f 0.13 MB 69 14
334,623 334,623 0000000000000000137fe5330e6c982d3ef199e6f00ce2a69082fc0bf3192952 0.03 MB 80 23
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.07 GB sent, 93.02 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.