Memory Pool Memory Pool Refreshing

6,560 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,978 (895,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,786 12,786 00000000ccd091cf90853529ce4e2d0b4eff76f6726ed246d3005405705a95ec 0.00 MB 1 0
12,785 12,785 00000000908b8be26c3e3be377304d96a024fd7bd1b96c599d5e0681dcd64520 0.00 MB 1 0
12,784 12,784 00000000ff53c92b3d71af065bf2c47f3f6de7c613a228e9e2d9206018b23d9a 0.00 MB 1 0
12,783 12,783 0000000079258d2c5d90d2fec683996666b40412a5ee1cfdaf531cc53353938f 0.00 MB 1 0
12,782 12,782 000000006c69735e2538186d7b24be18d91462fcc7be34a0f943eebf8f07bfcf 0.00 MB 1 0
12,781 12,781 00000000eeaf71c004db38811979f8767798ed457648859969dbe32fb0081f56 0.00 MB 1 0
12,780 12,780 00000000d7dfd42d4fbc4928e8a18f878f0c0898c59cfd546d9c1885d91c0d72 0.00 MB 1 0
12,779 12,779 000000003614809004b7b0c8818abc926a3d23704738867453a6529ce498adaa 0.00 MB 1 0
12,778 12,778 0000000016f5879b3a36d96db0eb899fca3462ad4e389f4e841638c1c140d275 0.00 MB 1 0
12,777 12,777 00000000a2df66ab7256b6dcafc1ab316d7db632ab13de74ae519248675d273f 0.00 MB 1 0
12,776 12,776 0000000035ac2a282f267f66ee7cde95cd5c70b5708676a64abfa972e7236e5d 0.00 MB 1 0
12,775 12,775 00000000e69e2854559d61585f22e8b87f06666b0c2b4a562aa67b13cfb7a1d5 0.00 MB 1 0
12,774 12,774 00000000727339b1f121c82ad73e522d8e83d7ed4b1b3473aa10f26029f2b046 0.00 MB 1 0
12,773 12,773 000000000a80f7c906b295d8ce0acc4ae6d1a3db3284e9aafa7f77e9c18dd46b 0.00 MB 1 0
12,772 12,772 000000001cc22fd2984a1350df38af54c329ce054d2cbfd65a24fffa6c737e0c 0.00 MB 1 0
12,771 12,771 00000000e8c9eb870bcda1d2ba984d850ad5c107f3cfa75724b8e9be5d4145ac 0.00 MB 1 0
12,770 12,770 0000000062d1250ed82cb7d4c02ddaeb1c449dc6c9fa5a5fa64d7f5950595a3f 0.00 MB 1 0
12,769 12,769 00000000b68408d19a341fa47a60e0e220d3c700e4438dedf3c18302c8353557 0.00 MB 1 0
12,768 12,768 00000000d7a03df7dcedaa3c5ebcded222afa2134a698719d27ef3aaa5fe9c14 0.00 MB 1 0
12,767 12,767 000000000c94101e112487c98e2a13114e82369dc8d377880e46064dda44af90 0.00 MB 1 0
12,766 12,766 00000000f89b14a5b75a1b4f399c015cd37cc513edde60d873a5e8ed851bef9d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.51 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,647.22 GB sent, 95.48 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.