Loading Tool

Explorer IconExplorer

Memory Pool

45,615 transactions
28.67 vMB
0.13407934 BTC
Random Selection Loading Transactions
Max Size: 151.63/200 MB

Candidate Block

Mining Attempt 701341c648b1ea970559ba8e84ac4cd3a5a481ce0f75982e5ea7df45bf8cf8e2
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root d3d6f71603603d7952aa7bcd71fea0b2ba7a11fa422c2be6a1634acbf8d077f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,694
Size: 1.00 vMB
Total Fees: 0.07486531 BTC
Feerates: 15,654.48 > 7.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (457,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,548 457,548 0000000000000000014103bea5d68d89a7b3d46f1f23d35f4809c6557791b9d7 1,905 1.00/1.00 vMB 157
457,547 457,547 0000000000000000025560c28188e2438b76c79248db2f1fef5d3be726b58270 2,760 1.00/1.00 vMB 157
457,546 457,546 0000000000000000013b72ed963dee30a2d40f94a99ac349dfee30105f6127ce 2,225 1.00/1.00 vMB 155
457,545 457,545 000000000000000001a300bb068464a8df3efe4478b9c1a60f3d24d7b2be4bc3 2,350 1.00/1.00 vMB 147
457,544 457,544 000000000000000001b5a239d38d8abfc3cad1ee1cf5cb500b5fd854d817af68 2,679 1.00/1.00 vMB 237
457,543 457,543 000000000000000001a41314d44cc9a8c4171b2d69f41f04da90f23bb06956c6 2,526 1.00/1.00 vMB 161
457,542 457,542 000000000000000000d2d582a80379bddaadd726dacee29bdafb456ae53a2690 2,460 1.00/1.00 vMB 189
457,541 457,541 000000000000000000a882b669f39d7f357adc08061655241d7dbb2be951eeb4 1,833 1.00/1.00 vMB 162
457,540 457,540 0000000000000000017c3f8a63a4199cc93b2a8a3e19962db47c6d77bf30d2d2 2,105 1.00/1.00 vMB 174
457,539 457,539 000000000000000001ba87daec6844a032fbdeaffb1d82acc482c089e1969f4a 2,437 1.00/1.00 vMB 201
457,538 457,538 000000000000000002069c5d4d4c8516c8badb6e9aca316f82a390777756a072 1,158 0.49/1.00 vMB 238
457,537 457,537 000000000000000002136b35e1173c3c1d0b0d7b904dc3483c03002abe5239bd 2,855 1.00/1.00 vMB 309
457,536 457,536 0000000000000000022d10a0603e60ca11f02032d7250208b9143ca2e48ff6d2 2,367 1.00/1.00 vMB 189
457,535 457,535 00000000000000000249e63acc5f8b2c79ecaa35bbd0333e298c09f9eabea47c 1,923 1.00/1.00 vMB 141
457,534 457,534 000000000000000001bf8434ebc16a4ca4aef63da2c120fe6da528f8e5583551 2,102 1.00/1.00 vMB 187
457,533 457,533 00000000000000000057e056e42e75aaa4562b8ec4babbc1a843e70f5d468983 2,082 1.00/1.00 vMB 168
457,532 457,532 000000000000000001e08d88de821505bcfbd65966e978637de816f39db9a5bc 2,461 1.00/1.00 vMB 223
457,531 457,531 000000000000000000388708f8275c41ce7c4d698ea859207737c1958fa21173 2,573 1.00/1.00 vMB 219
457,530 457,530 0000000000000000022f3f0fd7e8ee149796480f49ade150677b9655ccc502b2 1,239 1.00/1.00 vMB 273
457,529 457,529 00000000000000000169d8ebf849289a6a8fec8122ceaa4bb26869b471562a09 2,657 1.00/1.00 vMB 239
457,528 457,528 00000000000000000261f976e643043c69f08b62f4b73e21f592414033abbba0 2,445 1.00/1.00 vMB 222
Previous 10 blocks ↓
Total Size: 782.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 650.74 GB
    • Received: 13.32 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.