Memory Pool Memory Pool Refreshing

5,494 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,729 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,352 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,728 (781,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,347 126,347 00000000000001806a4ca35cb43780d1d0f3fe7a0263a62aabe9d180858145f5 0.00 MB 3 1,046
126,346 126,346 0000000000003fb491574508da8c14c2ca7bcd75dfd141589def1dbe1b680be1 0.00 MB 8 217
126,345 126,345 00000000000041cf7daa9f27f95a2a0f8b6cef0f704640a6447880c3e963872e 0.01 MB 32 278
126,344 126,344 0000000000001fd1f44dc42bb5052b0cf81d265cde40568cc56e121b7a20e632 0.00 MB 3 0
126,343 126,343 0000000000000d2d40dbe87b5e4c58d7461cac9b49cf99087fcf0783549ea5b3 0.00 MB 5 316
126,342 126,342 000000000000343c0b7dbc96d33f7985438110b06116c0189c02f02575586ed8 0.00 MB 11 585
126,341 126,341 0000000000004470bd2e727534da13f8645ab89ff0b892003b3cb550f456dcf9 0.00 MB 6 775
126,340 126,340 00000000000007ee99f3dcd8b403e4800030ea8283cf5c4427104aa2dbdf9545 0.01 MB 12 388
126,339 126,339 00000000000026e17ea352b4d82a2eee2160b7267552cffdb36822f79cfe3d51 0.01 MB 31 209
126,338 126,338 000000000000195ee1fe1b4e339df6bce232150fe08c636352ba96bcfeccce06 0.00 MB 14 289
126,337 126,337 0000000000000dbfaebec07d95013495c0ef242f6b844701035f502f0b0732b4 0.00 MB 15 1,276
126,336 126,336 0000000000003716466251974df9a2bc3ab435cf0c74db77c9ca276f0c39fe06 0.02 MB 56 2,337
126,335 126,335 0000000000000d9dcefdc5c9fc67e04ba7cad2cfedaa9430f6d2dc05c4850af6 0.00 MB 7 3,610
126,334 126,334 00000000000038ad196dd9e425f898022aff4ec92e03501522444b0cee5c4336 0.00 MB 11 523
126,333 126,333 000000000000126dbaef0f1cda0f7f4fd8864eac56aa5576880fbc2b99e413df 0.00 MB 9 490
126,332 126,332 0000000000002dae591487422702de0e0eb7ce8b71560246d8af6eafe8d6dc5f 0.01 MB 20 443
126,331 126,331 0000000000001b18cc5a89773770d5265b1649a7389cbfa2ae82c9d7905f85ab 0.00 MB 4 2,706
126,330 126,330 0000000000003ca914ff1fffcc0723a37a6d641241454c12a2a44b0768df386a 0.00 MB 5 768
126,329 126,329 0000000000001254fda1eaec159291c684b0c949faa26023bbe7626e14c89bba 0.00 MB 11 647
126,328 126,328 0000000000002c11452ecfe4c23d437d862b8eaa22e5df5b8d600cd1f513bb94 0.02 MB 70 1,902
126,327 126,327 0000000000001722e364d6031b2d0d0a821dff0e160a015f72f397f9cc836a3a 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.04 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,626.05 GB sent, 93.05 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.