Memory Pool Memory Pool Refreshing

6,214 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,771 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (723,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,914 183,914 00000000000000ed9a17735b6e19fa9d7d8a19bd84b8dc00276c1526fd9bd857 0.02 MB 50 141
183,913 183,913 0000000000000a66b02ae9b9e8f6198f2c9a021cd8a1ed3095650335a6b41c29 0.05 MB 115 101
183,912 183,912 0000000000000a97b46307cde1a31997f28f5b2b2bae87036301f645e6f02cec 0.16 MB 431 137
183,911 183,911 00000000000001ea35b3daafaeabc467f45d0fa354f9c030689665ef66cccf4c 0.02 MB 45 93
183,910 183,910 00000000000003d5c76932d99c5fc3caee2ee21ece9adff15e29e89dc97904d0 0.07 MB 162 126
183,909 183,909 000000000000036fe116a22ebcb5eb5572a43ddea501e1b1ef330d65848c6504 0.10 MB 214 111
183,908 183,908 0000000000000770233d90fc7296488129cb78409742374088b81b0a39d2aac5 0.06 MB 112 113
183,907 183,907 000000000000035f39e04a7b9d095ca278101e476a385826d5cb10453c06f75d 0.09 MB 235 120
183,906 183,906 00000000000007e5ba3400858b1e635e8796731d8d90a72b5b2ee574757855ee 0.05 MB 85 92
183,905 183,905 0000000000000664bb71c01326b8650773d8e6c4fc66fe1eff13c9d98870ae41 0.07 MB 133 88
183,904 183,904 0000000000000763491274b68a612543188d539e46e65e1b96997f692df929ed 0.04 MB 105 72
183,903 183,903 000000000000091bd26ffbddf5076ad1e8e8a1da7a13728a8d39165d9637828e 0.22 MB 757 164
183,902 183,902 000000000000083ae664e2bfccc3ebcd621bb63273e9f039776ef5db53169f6b 0.25 MB 482 102
183,901 183,901 00000000000000d916c6086fe851a617120230cb3af1921aa41096aa42cefad2 0.05 MB 133 150
183,900 183,900 00000000000005e4e35516822a8eb35bfee2c982b63e9d5d5c8c1f2d8441d26d 0.03 MB 64 232
183,899 183,899 00000000000004949751db70d15418963f2583f5fee02ed8fff9a83d122360da 0.06 MB 165 136
183,898 183,898 0000000000000a447139e6c903f222e0fc2077b4cb9a06395b2d7ef3b3be7754 0.20 MB 544 142
183,897 183,897 00000000000002d9436a1eb45d5248b5b9db8cd9842bf6e685b5b097ed30cce1 0.03 MB 100 89
183,896 183,896 000000000000053f4bfecba4ff363a9daa1333305b199f0e79094ea9ef2dc1e6 0.05 MB 132 100
183,895 183,895 00000000000000ea42130604a920f247626e693fc9b680f901cb0890b44e702c 0.05 MB 118 135
183,894 183,894 00000000000005c11fda289edf18db8fc6a8285a42224715fbc38d2ed7b3452c 0.18 MB 500 153
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.