Memory Pool Memory Pool Refreshing

2,346 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 1,897 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (318,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
588,820 588,820 00000000000000000012530139eef459c44c687a9c0135c9f97350c6b0af3781 1.24 MB 2,243 28
588,819 588,819 0000000000000000001712936ba4a4b5960ffee3c4af50f7ede02689c74b6679 1.31 MB 3,393 50
588,818 588,818 0000000000000000001bfe6000e2ea158ae867207c7c0a607dcaac31c16e484c 1.42 MB 2,357 74
588,817 588,817 0000000000000000000e047fb9f6c37206a3a350ca55d8f871a7db59938089f5 0.62 MB 1,180 16
588,816 588,816 00000000000000000003d50e1fbc80468811285a9402ff7b22d464a362b91caf 0.28 MB 770 29
588,815 588,815 0000000000000000000fa67a16810c5e3eddddb9ba007107cadaacb5494bfd48 0.01 MB 23 36
588,814 588,814 0000000000000000000e998abd031ffae2a66e82f0db359875659d4f24f3fe85 0.84 MB 1,902 11
588,813 588,813 0000000000000000000e56b736555fbcc93ebdfdbb79951cd783091f21840a43 1.14 MB 2,701 15
588,812 588,812 000000000000000000065e33f2cee3d8be4f8ae00191264eaa0d454745105d50 1.31 MB 2,918 38
588,811 588,811 0000000000000000001bd5d76612d7ce969ee7bc1b1bdf45e45410c857052945 1.31 MB 2,647 57
588,810 588,810 0000000000000000000951d9f85bd9b7dd893e17520f1a838dbc3d74018d0f5e 1.20 MB 2,934 9
588,809 588,809 00000000000000000014995b19212932b9e3a005ddc06aaa6c9da2ad9e3cd6c6 1.34 MB 3,456 56
588,808 588,808 0000000000000000000fbd47083a8393b669cc73e26df9aebcf71c3c494e24dd 1.15 MB 1,953 4
588,807 588,807 00000000000000000015e0cb251ef1054b8b5d9b5e2b887144cd2f75d87e7ad6 1.23 MB 1,560 8
588,806 588,806 000000000000000000050d88ac7deb452212f30da61a6bbb060954c8c21fd929 1.34 MB 2,368 19
588,805 588,805 0000000000000000000e4515ae712d51c23214e5b4513de5ef99ca4ae7e0ead4 1.31 MB 356 3
588,804 588,804 000000000000000000109c6f431dfa0ef8bff6a2f8fd8e68804e9b18864670ba 1.29 MB 1,746 8
588,803 588,803 000000000000000000146dddc2c599bfe161824d50219958076fdea03c4099a1 1.16 MB 2,298 21
588,802 588,802 0000000000000000001953ffe8348c3e8b65285cceff64225ca2ff19fcf8b96e 1.34 MB 2,035 11
588,801 588,801 0000000000000000000b2e645911e312534e95df05e5232ff6d6a2b03362509f 1.14 MB 2,955 23
588,800 588,800 0000000000000000001ba988e3cc860ea09d83c8bb82f33c1ac0940dc63aa629 1.28 MB 2,348 25
Previous 10 blocks ↓
Total Size: 769.13 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,631.02 GB sent, 93.54 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.