Memory Pool Memory Pool Refreshing

3,474 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 3,453 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (487,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
420,740 420,740 000000000000000000c4038bef5664906b7090682b210d17b5994ea0c7a30a5e 1.00 MB 1,086 17
420,739 420,739 0000000000000000049fe66d784f9924edfeecca9d9ee99498f8a29bf90b055b 1.00 MB 1,790 36
420,738 420,738 000000000000000001e2062badcabd8499157aa3f59c8f34c3a0406e23648063 1.00 MB 2,628 54
420,737 420,737 0000000000000000043177f91f4476f7cb386634c552dcbc9a35ec7fb8a81e82 1.00 MB 2,944 83
420,736 420,736 000000000000000002de8e6d5abb99714ff1b57f30483a325b26a0d6a6687aae 1.00 MB 2,125 43
420,735 420,735 000000000000000001cf8367341aa60c3c39dac9f6338e00f4dacd5b85c1e25e 1.00 MB 3,087 96
420,734 420,734 000000000000000000d0fad50f95e98089935dfc7f58e20aeb23a39353defb0a 1.00 MB 1,373 33
420,733 420,733 0000000000000000009c55b1cf16428a3ea4ca0ff4eeed3965ed3c97324aee7b 1.00 MB 1,208 30
420,732 420,732 00000000000000000172f3105349d10765712db4a80738acb4f11e2f7cb72162 0.17 MB 440 88
420,731 420,731 000000000000000004a6e4ced0bf3b9805882c031d29345bbdbd6bff316a0d89 1.00 MB 1,932 32
420,730 420,730 0000000000000000024952b756990eee152a14755542b8482775a28e4e682fd6 1.00 MB 1,959 42
420,729 420,729 0000000000000000040495cdf6cf3e97f6f80e51d3b259fff2e05515a576d7bb 1.00 MB 2,253 74
420,728 420,728 000000000000000004eff8294a3d1f2ceca2a16edff273302e9d0c6eae8c9b73 0.00 MB 1 0
420,727 420,727 000000000000000001589558e20748befdee07718a56c7dfa75e6bdbd2c3c050 0.99 MB 1,417 42
420,726 420,726 0000000000000000048dd57366ac62b123933b4a281a40c3bb0faab89bad0173 1.00 MB 2,432 50
420,725 420,725 0000000000000000000f1e0ea41a569b074f2d0c677113e3d1cae9b57709370b 1.00 MB 3,010 74
420,724 420,724 000000000000000001c61b4a75d5c3df728e0d254c89225cb562f5cccbe410ff 1.00 MB 2,372 89
420,723 420,723 000000000000000002ee46a991b3d9f65a2bb36f1c78aec56cdb13c866a0cc2a 1.00 MB 1,946 51
420,722 420,722 000000000000000003f75f61cdc6c984ac901fd8301eb5e630c7930b99627ceb 1.00 MB 2,873 77
420,721 420,721 00000000000000000225e7bb9a89645c678565ed14635655184b172b7606e88c 1.00 MB 1,918 38
420,720 420,720 0000000000000000020d7996bc4f8c3859b3b3302042f2415f256818b3162ac1 1.00 MB 3,000 81
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.