Loading Tool

Explorer IconExplorer

Memory Pool

81,456 transactions
30.29 vMB
0.07559917 BTC
Random Selection Loading Transactions
Max Size: 185.98/200 MB

Candidate Block

Mining Attempt 8e158a54d317e3b4c651df2e4fdcdb660cda64a7f576cf3acb48c4cdd4918384
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root f087e22ea82631b612ad657b02e7280d7b0f95b0bff5b0e9cdd92106cc080bf4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,875
Size: 1.00 vMB
Total Fees: 0.00829775 BTC
Feerates: 150.77 > 0.83 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (535,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,613 379,613 0000000000000000024b5266d16f8b7fcce96eb4252c8bc318872bbf739bafb7 598 0.95/1.00 vMB 20
379,612 379,612 0000000000000000085dc46e104a2f552740b9474df441b7801975d71dfcb697 1,945 1.00/1.00 vMB 43
379,611 379,611 000000000000000008ca447faaa8cbff0da1b8533cfb4fa64051aa91c1df09b5 1,857 1.00/1.00 vMB 40
379,610 379,610 00000000000000000ed9fb651f74800c0faf5dc0c52fe386816b19d24b0d2f7e 980 0.68/1.00 vMB 30
379,609 379,609 0000000000000000000526e5ded19e817d75213fbf9be9e8c487c25381f78199 226 0.15/1.00 vMB 21
379,608 379,608 000000000000000011f4cafce42fe11224d0d40750fa3f638333199afce2194b 114 0.09/1.00 vMB 14
379,607 379,607 0000000000000000095a4b20a9b894062a61ed41cc7bd770985b6fb1f675f78a 473 0.35/1.00 vMB 16
379,606 379,606 000000000000000006d96ea2ab6d0c1515b37fefccdc11c35b27ffd90d625280 1,503 0.95/1.00 vMB 23
379,605 379,605 000000000000000011ad6c92398cbed933c07a69f379ab85e5e522f4ea488d80 2,324 0.75/1.00 vMB 61
379,604 379,604 0000000000000000067b756ff62969d823faf65743a38c5a2e63340e9cb8ab31 351 0.19/1.00 vMB 35
379,603 379,603 00000000000000000d0412eb7a9224269297d91f542e67065500d6f8c7e05228 1 0.00/1.00 vMB 0
379,602 379,602 0000000000000000090aa72d603e2a11a557b434526410fd35b57fefcba73231 637 0.29/1.00 vMB 56
379,601 379,601 0000000000000000057f764151932ba5d40e8f8b2686b5d3274b59b5da3b1a26 1,678 0.83/1.00 vMB 39
379,600 379,600 00000000000000000fd6e9062864aa85fa5d3d6a1abad30a30a96a5cd307ba88 1,830 0.96/1.00 vMB 34
379,599 379,599 0000000000000000085b53dc4d4bf6862386de4daa632199853ac409241d6a3f 582 0.27/1.00 vMB 38
379,598 379,598 0000000000000000119c1ea09037f55058f3c0b87a1f9e76a941e44f794a6518 2 0.00/1.00 vMB 0
379,597 379,597 0000000000000000050dd32a03c9b8b68d425e0fc116f6dcc32e99b29447cf0a 265 0.15/1.00 vMB 25
379,596 379,596 00000000000000000c38e22c23644b37924ac1dc2974bdbdff40858b35beb89b 1,974 0.99/1.00 vMB 37
379,595 379,595 00000000000000000ca9788495013d9f5fdc77de62154e40f536f89f0c8cdb5a 950 0.42/1.00 vMB 33
379,594 379,594 00000000000000000b7816d99b6df980f93a0e52eb68a3aa5a3a8c5332339ac4 2,013 0.99/1.00 vMB 39
379,593 379,593 00000000000000000ed07ecc3b59b1ee80ab0ea4e2e79d521916cb9bfe1119eb 612 0.30/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.