Memory Pool Memory Pool Refreshing

2,201 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,008 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 2,189 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (779,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,071 128,071 00000000000024f40fcb87168e153154fc11c340118e8c2166de4e21123db877 0.00 MB 8 1,863
128,070 128,070 0000000000000556fbbf1812c309b4e867882556ede17bbb13149bc2d304ab72 0.03 MB 36 761
128,069 128,069 000000000000091b27c86993ff1a5f87747de68a8be75fcb441569e4fa2ac0b9 0.01 MB 31 794
128,068 128,068 0000000000000d8828e17eb8da66f8461b27cbcbb7ab6aefd383871e095b4f4a 0.01 MB 11 346
128,067 128,067 0000000000001cefb7ab35eb15a93680cf4f2fe3b0d317ed95e1bc9a8f256274 0.02 MB 64 189
128,066 128,066 0000000000001e620f1d7a62e8866efa7dfea17ca09a85d9e972891c5df7072d 0.02 MB 11 733
128,065 128,065 0000000000001a2541787fb3524fcea7edb96864732d4d214e4f725bfaa1af3f 0.02 MB 35 672
128,064 128,064 0000000000000ee962ab822b8cb4b8a309d85c1cb19f065722ee9ba60b522a82 0.00 MB 5 899
128,063 128,063 0000000000001846879ddfa8b38e709cad6fc1e00acf6194f90ca97ed5e4a623 0.00 MB 10 725
128,062 128,062 0000000000002667e8a1b2f5cc85d7821cce2d31c5e8ec5471ab0f7fa56831da 0.02 MB 63 353
128,061 128,061 00000000000022a835b51574473e7efd64a3c32c60bbb09e95f000b0e4bddbe2 0.02 MB 44 1,059
128,060 128,060 00000000000007c3f62d8abfe8961572464839db52209002a6a3aa3829a9ace5 0.00 MB 9 503
128,059 128,059 0000000000002234af6f54876c84f11708a250cee9d66aeec83961596b78af92 0.03 MB 65 900
128,058 128,058 0000000000001e523882a040a16f2f3b70ab4a91bbaf382936f33129db39a087 0.01 MB 40 4
128,057 128,057 00000000000002bbbcc27a022469affb886c99a01c2a9a8e76271e812972829a 0.02 MB 32 943
128,056 128,056 0000000000001adc1a9243cd93a481ca3b8b1b066180b92d651201616a72ef76 0.02 MB 44 692
128,055 128,055 0000000000000233770bab77576512c44b05bc6958cb2d176afd0f8f6422b0a6 0.01 MB 12 817
128,054 128,054 00000000000008a8885ea0ebc7f4a8f79febe8b05efe44eba6d9ce81dfe63691 0.01 MB 47 380
128,053 128,053 0000000000000ff681fec340c61a6c7d915ac45cf48b4d0825bc503b14e36237 0.00 MB 5 0
128,052 128,052 00000000000018305c934cc4d9c1075790f1bd89c4abaeab7e5faf624d0dc772 0.03 MB 74 562
128,051 128,051 00000000000011bcc90b89adc14f45fc408ec253f3a5282d837715b98611caba 0.01 MB 25 1,356
Previous 10 blocks ↓
Total Size: 769.56 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,649.20 GB sent, 95.74 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.