Memory Pool Memory Pool Refreshing

3,155 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,186 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (621,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,017 286,017 00000000000000009898db273e1e0888b2a5e9df6310b3a6b0426a7f433e4c3d 0.30 MB 607 34
286,016 286,016 00000000000000015403af5331a80d3177831774078b1afdbf5594a1cb600b2a 0.25 MB 416 27
286,015 286,015 000000000000000015643b1eac9748690c35092a04acbf4ce0f60ff924da93b9 0.35 MB 960 48
286,014 286,014 000000000000000111d0d0c59dc59e8c23ef3faa817f1ac09009cd8f5dccd035 0.38 MB 749 38
286,013 286,013 0000000000000000eeb5f4d1ed72f4d33d25970f08ea406a81e5a9d218dbcc74 0.52 MB 1,073 39
286,012 286,012 00000000000000004ab05ed0a4517873e0941d36e23228753d2d9d8c3c53dec9 0.21 MB 529 64
286,011 286,011 000000000000000195d9d8fb9a6da98b40fd56902ad6c9504b70c233ada57986 0.08 MB 194 44
286,010 286,010 0000000000000000efbcb15af6cef8ba4c35bb24fe62f7614be1a079803a8775 0.17 MB 347 54
286,009 286,009 0000000000000000c07e22dd6cba02c8a42264acc0336cb2491670a354f61d26 0.02 MB 26 24
286,008 286,008 00000000000000014f1661739ce4f4c2ba04044f0feb4b8e0b8e87d31e4bda66 0.12 MB 193 31
286,007 286,007 000000000000000047a00632d22f59fc65e0f90c0379e3ea49b437076926494b 0.21 MB 444 59
286,006 286,006 00000000000000009b4584ef5208bf106cb1eecacb7d50290c1cbd5bcef49b48 0.17 MB 350 39
286,005 286,005 00000000000000018364c4360787d98c3e8770ffbf151bde5a0b89a8292822a0 0.33 MB 609 40
286,004 286,004 00000000000000000e0bf1e322548d60c89d4fa407dcea47b95e740ce75ddb39 0.06 MB 65 23
286,003 286,003 000000000000000105d7364fc9ba890d5a27ed2205705cb58b4df2b0e633b2e2 0.29 MB 515 18
286,002 286,002 00000000000000015ddad93f15652aae6f3f84844cbbc00084ee27dcdf162030 0.13 MB 293 37
286,001 286,001 00000000000000012f5d301e9e40642ff62d5ac36be969aa7ac5f3f4fec8087d 0.10 MB 148 8
286,000 286,000 00000000000000004388ae444347bde423f2f3aa6ef335b50909f5bc27d31ea3 0.03 MB 73 37
285,999 285,999 00000000000000007f7f3420c1f21a85baa2388a125c15b96bf44635ee7254bf 0.19 MB 318 30
285,998 285,998 00000000000000004f9961d7aa7d6679f89469eb25c446176d315cebac67e3f8 0.01 MB 19 35
285,997 285,997 000000000000000043e17f4986e42ee3d19a0ed2d1f25e8bd3bca1f56f282d2b 0.01 MB 16 24
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.