Memory Pool Memory Pool Refreshing

515 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 496 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,520 907,520 00000000000000000001bf2427b96350708badc6c906ccc0d2d4a8f229098957 1.66 MB 4,111 1
907,519 907,519 000000000000000000022217e0551e6b30508f96db08afda8445b10b7dca2bfd 1.76 MB 4,668 1
907,518 907,518 00000000000000000000bc05cc5ff1f0c486960dab5ef207340c5f454cb111ac 1.76 MB 4,610 1
907,517 907,517 000000000000000000004603ec8fca938114e99c4edd032c35ee91f183899d30 1.69 MB 4,292 1
907,516 907,516 00000000000000000001152f4615c80eaa13fd8a10216f517eadde30eaabe383 1.80 MB 5,020 0
907,515 907,515 00000000000000000000a9b267eedd0dadcfc59d16cedf9b8784217862a4f3b2 1.41 MB 2,637 2
907,514 907,514 000000000000000000018807f6d39bdae468c43c6e180fe1635abe21885e6d0f 0.78 MB 1,375 2
907,513 907,513 00000000000000000000dea02d7b8b28c81712b136d55666b7d8a3afbc84cbb3 1.76 MB 4,460 1
907,512 907,512 000000000000000000000696a45dcd004007e4e6cdcbd1488fd56cf2477d2d24 1.72 MB 4,540 1
907,511 907,511 00000000000000000001b9cf3bda102314b21304409374c481144c0bd142d847 1.72 MB 3,656 1
907,510 907,510 00000000000000000001565807f804c4a7e2c5bfc4615158fa1cd5f3f3e6b9c5 1.46 MB 2,396 3
907,509 907,509 00000000000000000001d06775ef30514e1595ddfb5d2e8f1c6236c1605609da 1.81 MB 4,972 0
907,508 907,508 000000000000000000018e33ae8a6546e33463da4b05260a99835ce7bdc23a24 1.72 MB 3,008 2
907,507 907,507 00000000000000000001e37ca320cb35a8e1ae67e540bf52b4972a5dc25bfa5a 1.74 MB 3,275 1
907,506 907,506 00000000000000000001a4f5be1c9ca621e844990d91f654961d9d2683314d33 1.79 MB 5,026 0
907,505 907,505 000000000000000000022764547c7b6301e8359d49e313b2414af1f964b8aebf 0.38 MB 849 2
907,504 907,504 00000000000000000000c122711bb578adacd5819d905102ff3d0aa2d0b761db 1.77 MB 4,224 1
907,503 907,503 000000000000000000012522d6164ca4243349d59c317a0938e06bc4bd8df0e6 1.47 MB 2,319 3
907,502 907,502 000000000000000000008cd50cbe10fbfe858195c517092f20639083f1753ad5 1.81 MB 5,065 0
907,501 907,501 00000000000000000001a43e2250c8ee6e2df395304e45412b0af4ac87d8ab8d 0.54 MB 1,026 5
907,500 907,500 0000000000000000000078a3a3a431a8714aef72b712e09dbb8063144d1283fd 1.79 MB 5,018 0
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.