Memory Pool Memory Pool Refreshing

3,421 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,609 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (775,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,129 132,129 000000000000082ad0d7a6c75d98a687337799ba9d7b44317aa1cb93e4e96d64 0.01 MB 21 462
132,128 132,128 000000000000095d7ae27aa6053634883d289fa5664dcc501646a4010a68b8bf 0.01 MB 16 1,018
132,127 132,127 000000000000041206ea5c469b0a05d56447372263acdc0ac19e073b2a4a114b 0.01 MB 26 545
132,126 132,126 000000000000024247c6c8f43b52a3566d999baf1564fa10512bf6c3dcaea811 0.02 MB 43 269
132,125 132,125 00000000000000e5a669a5ec5e53874edf25dec250e2b37a6bdad51126de6b46 0.01 MB 35 842
132,124 132,124 0000000000000013ff73861770a49608be22f99c930b49f73c4978ec59ca0e5c 0.06 MB 137 712
132,123 132,123 0000000000000e8512ee024a475aa3d46bdf813da3efc4db3bcad6983bc8c77a 0.01 MB 21 975
132,122 132,122 00000000000012f8153f1f413f83c05419dabe629e1529ec428400aaa8a593bc 0.00 MB 12 339
132,121 132,121 00000000000006777cbca44f0a8e6982f90920c5a1e262c0201ba370f185ccbe 0.03 MB 69 321
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
Previous 10 blocks ↓
Total Size: 769.13 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,630.66 GB sent, 93.52 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.