Memory Pool Memory Pool Refreshing

4,808 transactions (1.86 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,007 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,364 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,006 (822,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,079 86,079 00000000001d783fb878468ea3647563dcb2dadf32cf156a3c7fda33db6db08e 0.00 MB 5 0
86,078 86,078 00000000002f3159353ed2eba3d9b9f0940dd2bd15cbbc9381fc6b749f83bcbf 0.00 MB 5 0
86,077 86,077 000000000021d9e1df5a4701f1be647b2c0aafdae7f137a87a7f4b5dfe4113fe 0.00 MB 1 0
86,076 86,076 0000000000232a861164dfe3fb191c78cab8e0c72be701ae03930b0d23e93321 0.00 MB 3 0
86,075 86,075 000000000025aec1681d80cc0fd5e842a40a43e2477153148d2d3935f35a5b9b 0.00 MB 1 0
86,074 86,074 0000000000183019a0383c1fd806e3ec9a36f9e6bcc7030ab6630a9eb7eb0da8 0.00 MB 3 0
86,073 86,073 0000000000163e398b9fd070f5f391595c06482df29aaaad2580f6217781b76d 0.00 MB 2 0
86,072 86,072 00000000001fd6324d023f57e4be9985914a86e527813b2e75987ea17840b787 0.00 MB 3 0
86,071 86,071 00000000002530c4f4b90b732b628483e0996c817f8bea99f4277d378050f055 0.00 MB 1 0
86,070 86,070 00000000000e87f5ee6dc8f08ede9db2c5820f0781f1525ff3a7128ae2f0f415 0.00 MB 1 0
86,069 86,069 0000000000237462f62c920340ebf66cbd4d9c35c366ed70e86a5d5dac71ff5b 0.00 MB 2 0
86,068 86,068 00000000001207c8467604e9c0f467b5f1e519dcadaa8f5a488736ed0627b7db 0.00 MB 1 0
86,067 86,067 000000000022ec9a8059a6fae2329b3929042256686c25234131d62768fc6bb4 0.00 MB 5 0
86,066 86,066 000000000016eab4860e1511b7e541fc339907e018e73f5c93a9356997812a6a 0.00 MB 3 0
86,065 86,065 00000000002b463059437a443c80acabce72f8d9c4dde468ce6e2675aceb5ae9 0.00 MB 4 0
86,064 86,064 000000000004eaaee88ff475c6242a9155781a406124ad45563869cf2fbd4c8a 0.00 MB 4 0
86,063 86,063 00000000000d507e9a147098f2e27df1efb581ce699fe4aee8b7879a7fe8b7cd 0.00 MB 3 0
86,062 86,062 0000000000125bc6fdcc2d994c4e7c4fba0ac256faba35d84f0b4d48d4d369f2 0.00 MB 1 0
86,061 86,061 00000000002b0b1a677d31e088f64af57009308469547bd234bd7c4dc47b32b8 0.00 MB 2 0
86,060 86,060 00000000000c6c8c4245536602e1b13fa55052143b52fde8bab5ec5526064870 0.00 MB 1 0
86,059 86,059 00000000000528b2035736c3ec206c3de8aecd8f3f116a6ab191eeb02d9d6e4d 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 771.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 94 incoming
  • Data Transfer: 1,868.06 GB sent, 105.26 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.