Loading Tool

Explorer IconExplorer

Memory Pool

43,467 transactions
25.84 vMB
0.03838969 BTC
Random Selection Loading Transactions
Max Size: 147.11/200 MB

Candidate Block

Mining Attempt f93bb306a31cc308b70e4885ff3f34615460b20c32bcf0719461f9dd513523a1
Version 20000000
Previous Block 00000000000000000001c4cc3b5e4e0ecbdd79a72737b4ba7cbc78040d9e9430
Merkle Root 847a4ce67719ee1eb1b00f886c0b13f0801d9e0b40a18b1f8204e0bbfeba04d1
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,601
Size: 1.00 vMB
Total Fees: 0.00833939 BTC
Feerates: 100.53 > 0.84 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,268 (65,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
875,685 875,685 00000000000000000000cf3b294d1142ee814e28aaacf2dc7b4c91f4997bb32b 615 1.00/1.00 vMB 6
875,684 875,684 00000000000000000000db4477d30c760d22109741d4be1b702dd2129c932f38 1,153 1.00/1.00 vMB 6
875,683 875,683 00000000000000000000c518334af17409b61dbd1fa9b14e73b6b0dc245e865d 3,006 1.00/1.00 vMB 9
875,682 875,682 00000000000000000000b9af6fb422d18ce6120cc9e613ee9516cbc64b32c074 2,768 1.00/1.00 vMB 11
875,681 875,681 00000000000000000000bab07e5caa5b19dad14200415b10686778c28a8c42e2 2,799 1.00/1.00 vMB 16
875,680 875,680 000000000000000000000158a94b81e6ccea498cb68b7a45be10b834a8560ac8 1,942 1.00/1.00 vMB 23
875,679 875,679 00000000000000000001341666e04b597d2717e2126f3b0ead1d4aa29100bb89 2,469 1.00/1.00 vMB 13
875,678 875,678 000000000000000000000d47f69140405652d6f2acc8763c82a05180cecb8d83 2,513 1.00/1.00 vMB 14
875,677 875,677 000000000000000000009c50906dd623585f98e5c78f94f192a6a2d48f15310f 2,509 1.00/1.00 vMB 8
875,676 875,676 00000000000000000000d48b262eca4a3482dd382de3b271a0208b171b250273 1,990 1.00/1.00 vMB 12
875,675 875,675 00000000000000000002516db473a7fb1d435dd8753d0c5464956a8989ef7795 2,458 1.00/1.00 vMB 15
875,674 875,674 00000000000000000000b4bf94a98cf266a5bed1cfc6a45f04cc57bc974fb3cb 984 1.00/1.00 vMB 21
875,673 875,673 0000000000000000000243309ed3cc1e7f0b21f3eaff32572ed1e9d8a3614be4 1,891 1.00/1.00 vMB 4
875,672 875,672 0000000000000000000218dba54fbc13ba80926c6eae7e4a30a28004413a62eb 3,063 1.00/1.00 vMB 7
875,671 875,671 000000000000000000023a54a3d543a464f0e7b89f73fdf782a3cd633a2f4836 2,591 1.00/1.00 vMB 5
875,670 875,670 000000000000000000004af6ee3a315d6002f571257735295d18f65f60525317 2,405 1.00/1.00 vMB 4
875,669 875,669 00000000000000000000d919d79932723611d72b5cb288b5b935edea8a96db81 1,951 1.00/1.00 vMB 4
875,668 875,668 0000000000000000000155b7b17e0eb727668959ac86f89df7840c58dac97a56 2,762 1.00/1.00 vMB 8
875,667 875,667 0000000000000000000235c96a32025d22cc95d67896110fb4d0dba644558b8f 3,113 1.00/1.00 vMB 12
875,666 875,666 0000000000000000000157d0bafa2d0d9499ee44a840e9c695bdebed39ca129c 2,478 1.00/1.00 vMB 11
875,665 875,665 0000000000000000000210028bc04c0ff566692e8c68a22467a3964b464f09c9 1,525 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 829.03 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: 4,625.98 GB
    • Received: 250.10 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.