Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,290 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (661,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,531 246,531 000000000000003d5e2f133ba1456be9f8769161d63ff6611f28f81ae151ad5a 0.08 MB 149 98
246,530 246,530 000000000000003cfe0c0990fd50438dddaa2607bf2a111835dbfecd46c9c956 0.04 MB 101 103
246,529 246,529 0000000000000086444f7448b8f5aae9a3e517d2a9794009e59dc000a9d9589a 0.05 MB 121 125
246,528 246,528 000000000000008e7d6fc710827c350b8e0d0f4c1f9a31c32ce4c39c01477ba2 0.03 MB 64 69
246,527 246,527 000000000000001e03fd7e6955005b843c36c65844743c197473ebef6cc2fa4f 0.01 MB 27 35
246,526 246,526 0000000000000050c6d383ab834c7b04fd7b6e0de3abc2bc913aadd3614a9648 0.15 MB 318 104
246,525 246,525 0000000000000075e29c45deff049d5997d7a6dcbbe650b8a8418f04e7492223 0.02 MB 32 4
246,524 246,524 000000000000004e32941e10e08303b597d5ab4b61dfdb93b673e8a38d8140fc 0.15 MB 308 105
246,523 246,523 000000000000006f135b9caf248fd776254578532bebab3106181a57e94e671c 0.08 MB 147 120
246,522 246,522 00000000000000762a172c9e5012a1ee5eaddf6b76d8303b62d53db9744ca7f6 0.01 MB 22 121
246,521 246,521 000000000000008cfa5a3579cf291f87068d610c0ad9bc85eb5526546034e54f 0.11 MB 261 152
246,520 246,520 0000000000000014e14c598620c3af2505e681a6ca3fe7494465ecfc89adc349 0.09 MB 138 116
246,519 246,519 000000000000007b191599bd517d6b31cb555c797976e4c3e840f6dfe7c3b975 0.15 MB 80 21
246,518 246,518 0000000000000048aa7ce813744b4164d8fa87d84e52b419d0f4f17e6c6e6411 0.11 MB 237 170
246,517 246,517 000000000000008917e4b994546188d991c3c47680a5d017a114738f682f8a04 0.32 MB 807 146
246,516 246,516 0000000000000069cd58b9337f18814866dc061b7438be55723ccb1e38654086 0.07 MB 187 205
246,515 246,515 00000000000000154d90c3097e5dbbb0419ad55d99eeedbd0ea6bb12eb0bd464 0.17 MB 426 159
246,514 246,514 00000000000000053ab4935d4885ec801ae17582fbac76b58bb1a4d5290eb99e 0.05 MB 105 139
246,513 246,513 0000000000000012bbac3a07aceda0d41b83b2deccffe6f94f5db75923b746d8 0.07 MB 161 154
246,512 246,512 000000000000002ec476f69b40b96138610ddf08d8fc9f67267e83338fbf8ebf 0.10 MB 249 148
246,511 246,511 0000000000000099c44b5da41bf72eb74c4c7bf806e845ac0eb1bc6c4ce34daf 0.06 MB 140 125
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.