Memory Pool Memory Pool Refreshing

7,520 transactions
3.32 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,702 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (853,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,981 54,981 000000000e8fde1ebac491341688292ea6d4d7d1bf25eac0f77db4feedd6003e 0.00 MB 1 0
54,980 54,980 0000000010da44b78056574560d7f0c68ac3f63d0e253d1470d068b73005e50d 0.00 MB 1 0
54,979 54,979 000000001307fc90424e748751151b0dfa8bbd1fc0e2491437f8c795ec13b006 0.00 MB 1 0
54,978 54,978 00000000119235d65a032f8007058298e6129c3d72734ac7f9f61d40359ac0bf 0.00 MB 1 0
54,977 54,977 00000000009bd119bc272e729d14653adbb24ab19ce32d14366f86041716de6b 0.00 MB 1 0
54,976 54,976 00000000135fa2d44332f973fbcb0eee370783cb72c94852a441a99a0b87bac1 0.00 MB 1 0
54,975 54,975 00000000070c7cb0aadf69bd17537106f1975a7b9dae02c077128b3b99d8ff27 0.00 MB 1 0
54,974 54,974 00000000101954a22aef5693d7d5512fe8f6ec1130c08b8feafce9e9103d9373 0.00 MB 1 0
54,973 54,973 000000000ad8350840d1d7d786168822fcb927c4fd4be8c5acb83f90b88e7591 0.00 MB 1 0
54,972 54,972 00000000005cfe8fa007b8fc387f18f976e12634b043c3e8ac1efae19561191c 0.00 MB 1 0
54,971 54,971 0000000007be1649d08f749c1826babbad4d84d58a87044dd51138c1bcea06d1 0.00 MB 2 0
54,970 54,970 00000000091bd9c19854e3d12a058cb2d99fe661c72d6146ade921872ef2ffe9 0.00 MB 1 0
54,969 54,969 000000000385d775fb5ee075c76a1a51cbb181bd0ff49471a93ecb3a25fc64ab 0.00 MB 1 0
54,968 54,968 000000000095698f7ac9d97d35940b3c99ff41e1db6a442f98d4e18e98814b22 0.00 MB 1 0
54,967 54,967 000000000dc653ac47a72d9a16951d916219eace87d17702f6d555c44d39f54e 0.00 MB 1 0
54,966 54,966 0000000001fdf1f04e3a5083ba17e72dcde9b171971b0f13765a6413501402ef 0.00 MB 1 0
54,965 54,965 000000000c00c3cbf673d90900749488584a0f97c45c863a842d4aae936cba0c 0.00 MB 1 0
54,964 54,964 0000000010e2eedc91de695b7f85ead55389cbd03a5d37e29a652640c7d721d2 0.00 MB 1 0
54,963 54,963 000000000484f1475d693252bb4ffd2ab7b3b136fa66a02ee31360461bb6f4dd 0.00 MB 1 0
54,962 54,962 000000000f68e45acc908646c7df569507f5fc8b12893d399735e299023f4a91 0.00 MB 1 0
54,961 54,961 0000000004f9b720ac3d23335998365b7814381f2ab03f62968eeb5332df4051 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.50 GB sent, 100.86 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.