Memory Pool Memory Pool Refreshing

1,981 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
906,505 000000000000000000023aa60000000000000000000000000000000000000000 0.63 vMB 1,969 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,504 (784,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,577 121,577 0000000000008c94f5154d0c3ca83e284837af5b033ebf68085c3e20071381a3 0.00 MB 2 0
121,576 121,576 0000000000006ff8898a4c3d1426f656171639134c0ee68a94e639cef0d70ab4 0.00 MB 5 1,472
121,575 121,575 00000000000015fe27fc043d87346e007eeae865b5a0aaf269fe6aee3c059bca 0.00 MB 8 363
121,574 121,574 0000000000000bae777bf31a114b0b4ce5990c1691d92aaa0c3232e84146eee8 0.00 MB 9 332
121,573 121,573 0000000000001569bd60bd7862c9a0803812df11d58178b6cbe4b4fd12caf290 0.01 MB 19 674
121,572 121,572 0000000000007e6f259ae4fa35980fd579147fbefffd8f59fc2ba00de73ddf70 0.00 MB 2 0
121,571 121,571 00000000000021bbbc289ed151ee744b8147f384476101f2df384a3c940d39b8 0.00 MB 2 0
121,570 121,570 0000000000003704c6a273da9e4f722115195a528a56d362968723d905a159e6 0.00 MB 3 0
121,569 121,569 00000000000005c5e1cde49a2e2176dc58051eeb114c733c914cb38a3a0147ad 0.00 MB 7 896
121,568 121,568 0000000000003b908091362a927bf63f490595361c5753012d76d089f0ff4136 0.00 MB 1 0
121,567 121,567 000000000000786314024e829738306e4ade0b34df84063cc8a2a826b74a333d 0.00 MB 6 0
121,566 121,566 00000000000041b76686fccde593830916913c674efdf8387d032a9159d8082d 0.00 MB 8 0
121,565 121,565 00000000000062f96dcdbe21e86496a383e612a4c709704a0f66889535a52b6b 0.00 MB 6 475
121,564 121,564 0000000000008dff586b9526e34c5a3b47ab2905c67d71c9015bc43efb324347 0.01 MB 12 566
121,563 121,563 000000000000594eefe8794446e0d95c6342cd571c74076e9558675130f0a652 0.01 MB 8 527
121,562 121,562 0000000000007f58b42c3d31f1b3e7827a2840d174a7cc7f88581d2af9a56200 0.00 MB 4 0
121,561 121,561 0000000000005b5d012f6b2f937b1c383842e0441d7c01107580355625099784 0.00 MB 5 1,647
121,560 121,560 00000000000033e29889e852f236da78d9b29fc8b2527d39f8b0712b6a3992bc 0.00 MB 1 0
121,559 121,559 0000000000007fb5d96f9eeaf62e105b06351ae5cff8091bdc6aaead39c170ac 0.00 MB 9 339
121,558 121,558 0000000000005ef3ce1c30bca90bc1a571216d7a354166534c6faa0fe4048e80 0.00 MB 1 0
121,557 121,557 00000000000096410bfb2ba13c6d1c8d8176956bb82959a761a1efced80f6aad 0.00 MB 7 959
Previous 10 blocks ↓
Total Size: 766.79 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,474.26 GB sent, 81.25 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.