Loading Tool

Explorer IconExplorer

Memory Pool

76,566 transactions
28.18 vMB
0.08566361 BTC
Random Selection Loading Transactions
Max Size: 171.69/200 MB

Candidate Block

Mining Attempt 484689029da650a086866d3c7a29580942890fcd4e10d2b7c40506157534ec69
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 3278e0b2da0cb9274c84a8fe8855efa779ee3911535975774b282d157cb7fb08
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,976
Size: 1.00 vMB
Total Fees: 0.02443171 BTC
Feerates: 150.93 > 2.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (253,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,459 661,459 0000000000000000000586c80febf96b42bc1f5aab2eed11ab5dbaa0d2470a88 3,036 1.00/1.00 vMB 52
661,458 661,458 0000000000000000000acc91986f920d34c77233b625f63c98b5db23b56a10e8 3,048 1.00/1.00 vMB 58
661,457 661,457 0000000000000000000dd662e4f0ee0d36fc8fcdf0d072594265acec1ad4d886 1,133 1.00/1.00 vMB 91
661,456 661,456 0000000000000000000bbd445583b32e8366607f2f3976fc520dec2cf4fd4696 1,025 1.00/1.00 vMB 114
661,455 661,455 0000000000000000000689db9dec94e7acd15e505a46e967ea57e25ce76d7620 1,932 1.00/1.00 vMB 35
661,454 661,454 0000000000000000000680fa69ad8a56bcacf9252dd87998e8c547417d33a879 2,937 1.00/1.00 vMB 67
661,453 661,453 0000000000000000000056fd6abc0c6736a8af913651dd3683cd3f34964158a6 2,481 1.00/1.00 vMB 36
661,452 661,452 000000000000000000042cc71f268fe5e16dacab4d2b01c74ac2204fd982c882 3,075 1.00/1.00 vMB 72
661,451 661,451 00000000000000000003b961fd664cbab29aa7af804e9f3a470746215bf6154b 2,393 1.00/1.00 vMB 47
661,450 661,450 00000000000000000005724784168ac3084fa55792715bf02218fbc69d009db1 2,793 1.00/1.00 vMB 84
661,449 661,449 0000000000000000000899f1eb3b5ed3d1d51bc43f4b5a1391e0d260ca6bd47d 2,013 1.00/1.00 vMB 18
661,448 661,448 0000000000000000000b9f19d5acb280ab7a60c824e386d97076f22ec7ef66a8 2,396 1.00/1.00 vMB 42
661,447 661,447 00000000000000000001490771347dfd67b28f8b602e6f061c2c5bf9f1b4266d 2,470 1.00/1.00 vMB 72
661,446 661,446 000000000000000000011d3910c9971208188a8fff196a733d609d75b4794b7c 2,232 1.00/1.00 vMB 15
661,445 661,445 0000000000000000000eb9acd4f5cec846be3793f49c965e5a14914b8e8cc945 2,847 1.00/1.00 vMB 57
661,444 661,444 000000000000000000029edababc86bd580d719f2a3bdfcdf626aa6a19d5488b 1,690 0.75/1.00 vMB 17
661,443 661,443 000000000000000000050cd6d431aee36e06d9f89e8e9cb7b9978320cd5b5682 1,581 1.00/1.00 vMB 32
661,442 661,442 00000000000000000003e1543a037cd0ccca15dbe76acbfee2c22af7cce896a3 1,226 1.00/1.00 vMB 6
661,441 661,441 0000000000000000000df1f4a668aac571194e80736943b7c64a7f3b8acba583 2,563 1.00/1.00 vMB 17
661,440 661,440 00000000000000000008e47426ff0258d4b7c13c93fe7ac4d36902fbe5f57300 1,700 1.00/1.00 vMB 18
661,439 661,439 00000000000000000007dda1a55026cf7b8c3c16644a2ec0e6d416f75269f9dd 2,549 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.44 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.