Memory Pool Memory Pool Refreshing

2,270 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,008 00000000000000000002349e0000000000000000000000000000000000000000 0.88 vMB 2,257 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (775,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,113 132,113 0000000000000009a2c7969cdd091306971dee532fcb5c27dc05327bacbad050 0.01 MB 19 165
132,112 132,112 0000000000000dbd4cc13fa9152b83a1e44089afeb09851da775d856a0a15d41 0.01 MB 17 915
132,111 132,111 0000000000000c3f3791e503476ac5868a3000964d6a35178ccd0ef175b11f39 0.03 MB 88 178
132,110 132,110 000000000000109791aa18a54d5f58c1ac21201e8c8ebc4d4d0bc3772aace05e 0.02 MB 29 398
132,109 132,109 0000000000000fa11d224789a73e3b918459f2bf4f681eb5278c22e934996671 0.02 MB 40 254
132,108 132,108 00000000000008f8880b9c094257c19f518ab12928ace5a6f4bd9f69f3f94e32 0.01 MB 10 341
132,107 132,107 0000000000000ea673f526112241ebd36eac32c8ca0aee16e5c9f9a46724c292 0.00 MB 12 246
132,106 132,106 00000000000011bb8375ebe7e395a3445dd01117ff443cda3c44c0ec8fdd5d4e 0.02 MB 55 1,016
132,105 132,105 0000000000000ca92b7bfdb6a2a11ff97f2512d74373a5dbe6d3034cf3c67ffa 0.01 MB 22 325
132,104 132,104 000000000000116638b99a20ddd097082a3bb315d668010584a894086d217737 0.01 MB 11 593
132,103 132,103 0000000000000001f2542ad9420bb538ffebd2e872d1dcbed233d07dc5eb0e01 0.00 MB 4 597
132,102 132,102 0000000000000b9e23f6e2acb5d3b4004800988b62f6d1c883a263efbc037dc8 0.03 MB 97 195
132,101 132,101 0000000000000dd95358cdcaf75cfa8cccb27955df9b04628fe197729dce9954 0.02 MB 69 123
132,100 132,100 0000000000000711e288932bc1a01fa6e1b120f86b2594a6a9c3e4c432363a08 0.01 MB 20 310
132,099 132,099 00000000000012b3889446e9fb299cf4e55c7d5078834483aab97102d2ef82b0 0.05 MB 144 211
132,098 132,098 00000000000011311e2ffbb248aae311a4a8a606500f6ab54b7b9adde0362273 0.01 MB 27 404
132,097 132,097 0000000000000d3d8ef7ca2d601732f788c1a93039ef7bcfd2125ea0265a589a 0.01 MB 33 109
132,096 132,096 00000000000002cacf5c0c506286aaee966cd8571036d3a24fd41b9b9c10a8c3 0.05 MB 45 65
132,095 132,095 0000000000000a7dbcb95ef8dea7865bcebbbfc631aeeffd79ad893e1be01bd5 0.03 MB 79 556
132,094 132,094 0000000000000a7afa80e56911ba004d85de34538f9e3edd2987420ddb769881 0.01 MB 14 371
132,093 132,093 0000000000000bc172b0a198ced03e0c9fc84b47676b6451e18b9e7c596a0a8c 0.02 MB 50 192
Previous 10 blocks ↓
Total Size: 769.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,649.20 GB sent, 95.74 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.