Memory Pool Memory Pool Refreshing

1,100 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,098 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (321,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
586,058 586,058 00000000000000000005fbf9ee82aeab4cc498c4e68bfcc56819cec800794fad 1.19 MB 2,430 89
586,057 586,057 0000000000000000001a265a29577743dbd1e8b0c5f9cea8f8591bf7e28e89f1 1.48 MB 459 56
586,056 586,056 00000000000000000017c4f492e846dd128153c0951011c0a4d5e18d3cd29ae2 1.30 MB 1,714 65
586,055 586,055 0000000000000000001120b4ec0329a66e0aad77a614f3e8544789a6fae282b7 1.37 MB 2,422 70
586,054 586,054 00000000000000000011734497133abc972e1b16fdc564b083c52497c1a028ea 1.45 MB 2,904 70
586,053 586,053 00000000000000000004468f31227ec69eb49791e33e45ee342e03045b8a8592 1.29 MB 2,616 70
586,052 586,052 0000000000000000000cdf06d7fd50ecb8f1ff22c045f7c5f1eaf135d1ea5869 1.44 MB 2,237 111
586,051 586,051 00000000000000000009a247125b9cf5e04571b957e7cb6ac81887bf5b06197f 1.29 MB 2,953 72
586,050 586,050 00000000000000000018026ce471b641aefd309917cd9bacad659df0eb171516 1.29 MB 2,515 73
586,049 586,049 00000000000000000009c1f90a7c39ff8df76d47cb0a710c256b1d594389120e 1.32 MB 2,911 69
586,048 586,048 00000000000000000009c62069e716d976a0c8a342f8418354d0093c5f1acd83 1.28 MB 2,916 84
586,047 586,047 000000000000000000194318c2ab415e4984fff0de007fca12641fd7516b7102 1.32 MB 2,543 83
586,046 586,046 000000000000000000047a18be2e4509c1f8e3d1dc10841c299362efe571adda 1.33 MB 2,146 68
586,045 586,045 00000000000000000011c201341bac73f92577368a6b0d1216fa0c3c724cc19c 1.37 MB 2,522 60
586,044 586,044 0000000000000000001cb0d69fb8d35b424668c0e199adb6c4b3b9d5c6bd6dfc 1.22 MB 1,956 67
586,043 586,043 0000000000000000001963d5648ac072dadaab22e0bc2a6b65db84f344e7f156 1.32 MB 2,480 75
586,042 586,042 00000000000000000016bf7e147eb2f026da6f8900c971b1cbf5a1a060d40666 1.18 MB 866 56
586,041 586,041 00000000000000000001a9fae9412c3ba0d66072f9881e16b08519d25fde088c 1.32 MB 2,360 65
586,040 586,040 0000000000000000000ac42b301403d9ad3e3f9ea8c1a87672978563d395f109 1.34 MB 2,954 72
586,039 586,039 0000000000000000000a1c9e27e6db6e9d96fee972bfd177210f3684bebd00ad 1.23 MB 3,146 98
586,038 586,038 0000000000000000000a9660f0de7306334060ae53c7b336ca3c33f9d7218604 1.08 MB 1,413 14
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.