Memory Pool Memory Pool Refreshing

10,495 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,446 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (592,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,436 315,436 00000000000000000d5c77e444ae3c481b9c28254f92465936b5bd0162b33ce1 0.75 MB 600 16
315,435 315,435 00000000000000002fa1694593f369362397294d0903569e76527ec47ef41264 0.75 MB 809 20
315,434 315,434 000000000000000006f3c8c979acc12a71bba1ae99b1ec701b49edea0ba31698 0.35 MB 757 29
315,433 315,433 000000000000000019d57598c8828fea391fe57d9f835038b1cbf5da45fd9b28 0.75 MB 2,326 48
315,432 315,432 000000000000000033df2ce9f2e3d1aed3074f46bc052590c507733ee76bd4ef 0.15 MB 243 21
315,431 315,431 000000000000000000d2cd327d639db7265940f565a8dde99353fbe5cf6e4c61 0.36 MB 638 27
315,430 315,430 000000000000000017e095df0a3822b0642f1b2cbcd2101036e407206bd0924c 0.17 MB 265 21
315,429 315,429 000000000000000026d774950d4801943c44ef726c62cdbf993627a7fb361623 0.09 MB 146 16
315,428 315,428 000000000000000016f46bd78315a189a49499b9c37d91fdbc23e81a7e7e69d0 0.68 MB 677 19
315,427 315,427 00000000000000003228456bf7088e29496eb3bda4abf530df67c8cbd6e6b9be 0.35 MB 992 40
315,426 315,426 00000000000000000df24ca48988c4e65244cf504c8a6518a6cd327461ce67f6 0.17 MB 192 20
315,425 315,425 000000000000000022138e9affdb66e288dbb61049bcea1d541f97c41f39b7cb 0.71 MB 906 23
315,424 315,424 000000000000000027939fba57fd1e21fc39808762474a2d6400cc308e78309d 0.15 MB 251 23
315,423 315,423 00000000000000000d161743d0fdf03df2a2debf56ff6fabe0f1e30e0ada0395 0.01 MB 16 29
315,422 315,422 00000000000000001c51485334cd77cec5e094d264d8e0dfdbf9a9c26b00622b 0.22 MB 349 26
315,421 315,421 000000000000000008bb53f3ff10ad173c98d02ac542220bebd0656480a3889f 0.15 MB 198 19
315,420 315,420 000000000000000032bd3b7f89b0432a996aef0d8b53e6599aa14d633f8679f0 0.11 MB 157 18
315,419 315,419 000000000000000035397534eedb6b06884ec385e563789fc9fb6e79ca09e98f 0.67 MB 1,153 28
315,418 315,418 0000000000000000206a708f10c6469e1dd3348f6fef17d3f675504b069f1cb4 0.11 MB 145 14
315,417 315,417 000000000000000011dface2986f1f75884789895254c74a1d60e69809da268c 0.07 MB 74 11
315,416 315,416 00000000000000001e20bdb410b418861cbbecacd65201b38846a322398f8e10 0.14 MB 225 24
Previous 10 blocks ↓
Total Size: 769.03 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,625.04 GB sent, 93.02 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.