Memory Pool Memory Pool Refreshing

2,391 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,530 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 2,389 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,529 (813,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,359 95,359 00000000000239b500a2e4c41a43d62706cdd1a174dfb1e784b2686d09fdf651 0.00 MB 5 0
95,358 95,358 00000000000244de8e0c05d6a92d17b7cc79fa11ee4bbcfcb7208e27076dca48 0.00 MB 1 0
95,357 95,357 000000000001bb67fd01aab929f843f513108781cc89ac7efe80c664457f5734 0.00 MB 1 0
95,356 95,356 0000000000022db5a3c6af66a4654daa9f3535959622bd59c724e9966cec3b2c 0.00 MB 1 0
95,355 95,355 000000000004f70175f564b1f06106497458dd4f84f451242eef7ac96eaf6f0d 0.00 MB 2 0
95,354 95,354 000000000006d63af61c0959a9faa841c2c61ae2b0eed2c8ec144eb69b767bd1 0.00 MB 1 0
95,353 95,353 000000000007af9b09c44e73c0c108f02d88fdb5b673bfbc09c7ef993faa6bb5 0.00 MB 1 0
95,352 95,352 000000000004475323ff640d5b63348c5fc830ea96e002ee6d05671e378b32ec 0.00 MB 3 0
95,351 95,351 00000000000166fefe328dcdee487bc76fe77828d158e7260d62b9936c502430 0.00 MB 2 0
95,350 95,350 000000000002ecae170fe9fcaa230e2c2825045a832aeaae4d30a8eac227d1cb 0.00 MB 3 0
95,349 95,349 000000000006d0ee8c5ba60ba50f65673c093c1f34a45357506c5687df9c0478 0.00 MB 4 0
95,348 95,348 0000000000031362dd814f1d570b654b87d5f607a6ec468ed09d3b30561c4c13 0.01 MB 3 0
95,347 95,347 000000000004886aa918ee5ebf5b81c703732918722b0aa920c1471565328749 0.00 MB 2 0
95,346 95,346 000000000006eb91278c9ceeed58be541192ed07bbd64db4c3e595e2d125242d 0.00 MB 1 0
95,345 95,345 0000000000078468f99d6b4e71f221f7f64ec888a1789bf8be7b67a5626f3502 0.00 MB 1 0
95,344 95,344 000000000002acfbb52d01adac9ffc54c15376beb9654a6f04df8445660820db 0.00 MB 4 0
95,343 95,343 000000000002939a52b54ffa20362ccfe64f2602349bbfb197cb6e15b469112b 0.00 MB 3 0
95,342 95,342 0000000000073731177512a7145011d773709f2ff6495cf878921ba67bc18813 0.00 MB 1 0
95,341 95,341 00000000000662bc6458bc14f37ac91725d643e20476f41562efbb15aac9d383 0.00 MB 1 0
95,340 95,340 000000000006b5c5ae5b37cd24e3e8b9d49385c5c03adb4742bba96e6c34dc32 0.00 MB 1 0
95,339 95,339 000000000001f3a3bc0d9494997dbf712002a2c98f06ea97e5c75540f1b74bf1 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.68 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,842.29 GB sent, 100.39 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.