Memory Pool Memory Pool Refreshing

10,480 transactions
4.71 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,391 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (14,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,421 893,421 000000000000000000009659a860347dc44117a7806736679935e53e587ef5f7 1.64 MB 4,347 5
893,420 893,420 00000000000000000001d20d19fe18386c78b7e37536add31bee39f9ea8d624b 1.60 MB 3,934 6
893,419 893,419 00000000000000000001d41b4eafba5933a3c09854bbb19866c8230f77fdaf60 1.71 MB 4,769 7
893,418 893,418 000000000000000000013a094306941458290408a710724cbb4207bec962947f 1.74 MB 4,484 13
893,417 893,417 00000000000000000001b57d3f555b9b9dc3f4b561a052170a4367cd48be1c5f 1.67 MB 4,597 6
893,416 893,416 000000000000000000018f7bd443f08b378646ed05c584ec5bc52b5c517edb1a 1.64 MB 4,230 5
893,415 893,415 00000000000000000000fd581c33a1fb590fcd414e15ee81ca2526e8890783aa 1.41 MB 2,573 3
893,414 893,414 00000000000000000001811fe1037cc27c8b0b8e6f8213bb49ec0ce035fa8cf6 1.60 MB 3,131 4
893,413 893,413 000000000000000000008fc21ce3248ceef4cbccb24f74d9c14c7721fe873ca0 1.65 MB 2,916 4
893,412 893,412 00000000000000000000ddd7b2d37df29e9d07400e73e916266e3c49d54432a2 1.74 MB 1,362 3
893,411 893,411 0000000000000000000127c164d01ad7f7eb27cc178f7105d55f9f3286ccb718 1.64 MB 3,532 6
893,410 893,410 000000000000000000010e0e1073d715a6800c45ceaf1884aa11ff56a4a10114 1.68 MB 3,904 6
893,409 893,409 000000000000000000011abea145cdeeb2b61d4cbfce6c6a138ced4496ad5eb6 1.59 MB 4,227 6
893,408 893,408 000000000000000000020a198f054c17f0d996edf0303195b10cb437bf351101 1.56 MB 4,032 14
893,407 893,407 00000000000000000000b6df30f5fa14d2dd265357beeaf8d6da01a1ac08efee 1.94 MB 2,650 1
893,406 893,406 00000000000000000001621027c34241396a4a6de0be84761dfced8299b12f53 1.62 MB 3,712 4
893,405 893,405 000000000000000000008e1e9e787c7380b72fbc5cf81b1f41902b24913b952d 1.64 MB 3,816 3
893,404 893,404 00000000000000000001434bcbd773d3ad4d439b56d370a7542aa55110290871 1.81 MB 1,957 1
893,403 893,403 000000000000000000006319c6a9d3c4624b60bb9c4718b07ac9e156183ef61f 1.59 MB 3,903 4
893,402 893,402 0000000000000000000125f1db42ffe5767aa64d24904ae5a5c7947a1aacf949 1.41 MB 2,019 2
893,401 893,401 00000000000000000001554a810a8ea84ab0468b0f4653e45b14bb6ed1420f79 1.69 MB 4,045 2
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.74 GB sent, 93.04 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.