Memory Pool Memory Pool Refreshing

19,783 transactions
6.34 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (221,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
686,314 686,314 000000000000000000076cd7fda15fa7a3bc420b5fb84dca10d18203aae6acbf 1.32 MB 1,614 63
686,313 686,313 0000000000000000000d593591fa8675f594bce31acc046428f7b5752f75c969 1.30 MB 1,631 38
686,312 686,312 00000000000000000001be4de5f8c69147b4da19223a990464d54cd3576c46e5 1.11 MB 1,696 37
686,311 686,311 000000000000000000006eb9a20b88eac8e4ba04529c8bbd6ee384fc0020a483 0.21 MB 349 42
686,310 686,310 0000000000000000000bcc86315397ac58fba17162fd5c420acd781864147e21 0.65 MB 948 37
686,309 686,309 000000000000000000039e6fc3805008e4605bae4de7efd90f3a74acc6ff88e5 0.34 MB 808 11
686,308 686,308 0000000000000000000bbe38c272fef59a8b787aa31a9b8d48478b7649520799 1.45 MB 1,858 42
686,307 686,307 00000000000000000003d040ab9465ae1421cde34ac984251056a67e62ce9eef 1.23 MB 1,377 35
686,306 686,306 00000000000000000006a6bc891c36d37a79be7343f803fb73a3b148264dab6b 1.25 MB 1,255 51
686,305 686,305 0000000000000000000c6b20a4057da1c5d08cac52cfdcffeb04eb7a8b0e666d 0.45 MB 498 37
686,304 686,304 0000000000000000000ab3abb90340d0a73c61e5a9588c4bd8f2d4e88df35a55 0.75 MB 1,045 37
686,303 686,303 000000000000000000050583ff62eff2ac422e7643bb444db3ff8d59c9e14321 0.36 MB 739 15
686,302 686,302 0000000000000000000a097b78921b2b6dec3837a697c12fd72a057cd73891f1 1.45 MB 2,035 42
686,301 686,301 00000000000000000004beb57f7a3b5e93acdfe2fe94a1f056e1a26fdc4d03a3 0.76 MB 1,138 33
686,300 686,300 0000000000000000000a2c5d287d161f408e98486d3b956a6c7821d05b909824 0.82 MB 1,226 19
686,299 686,299 00000000000000000000e313460cfb00c7c135ca9779d9d80bb488f2ad3df422 1.41 MB 2,252 33
686,298 686,298 0000000000000000000c9f2b811a13c2077ec0adefe25fb21b74d90c5681be64 1.43 MB 2,443 39
686,297 686,297 00000000000000000001ba40caf1ad4cec0ceb77692662315c151953bfd7c4c4 0.02 MB 19 22
686,296 686,296 0000000000000000000844d68d10860072c69a422747f7ad8b07ab9168c08532 1.12 MB 1,822 35
686,295 686,295 000000000000000000032ab5c5069edf7e7e3532944f1698d61a01737b7d6acf 0.44 MB 624 30
686,294 686,294 0000000000000000000b63addfec1c35ced5e8a8e4099d7d344b4a236ba96f63 1.47 MB 1,984 16
Previous 10 blocks ↓
Total Size: 769.02 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,624.54 GB sent, 93.00 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.