Memory Pool Memory Pool Refreshing

3,867 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,771 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (775,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,120 132,120 00000000000008bce6665ba8f865902aa73d4eb2281a682a258bf5f565cc5476 0.03 MB 81 831
132,119 132,119 000000000000121d45e469d8339bc3742a7d8ec422f12394a0ea400cc4590e9a 0.01 MB 31 356
132,118 132,118 00000000000009bf34e278240dd3501e76c429e42712cfe964d9af7ae9f3b17b 0.05 MB 149 167
132,117 132,117 0000000000000204b935235e805b5bff3db799da726eaf106857db810d307d85 0.03 MB 72 588
132,116 132,116 000000000000025905c4fd4bdabdb814ad9609216e794de078b1d11e39d56e19 0.00 MB 4 574
132,115 132,115 00000000000007d3c4e2bf063d626164a4469f57e245e683ca18c9200bd42106 0.01 MB 29 723
132,114 132,114 000000000000102a0b1c6a3dc574dcb580dbdf4855c40c1a2cdb46c70461ae67 0.01 MB 30 307
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
Previous 10 blocks ↓
Total Size: 769.19 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,633.72 GB sent, 93.90 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.