Loading Tool

Explorer IconExplorer

Memory Pool

78,110 transactions
29.13 vMB
0.07740469 BTC
Random Selection Loading Transactions
Max Size: 178.30/200 MB

Candidate Block

Mining Attempt 056acb3171f978ee9accb530aa12fca28f7eab558d6462ebbf256c9bf7fe04ed
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 4a6af9a3fe8fe899e9327eaffa4a339f17fd12b45a613c5a9185d4a30361d6c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,441
Size: 1.00 vMB
Total Fees: 0.01370407 BTC
Feerates: 157.34 > 1.37 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (185,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
729,957 729,957 0000000000000000000769d658f86973facaab133f76ecd0c127b37facabb4b0 67 0.06/1.00 vMB 12
729,956 729,956 00000000000000000003ec9cce710e93a62e52e6fde758a3625c184e1d6b196c 1,295 0.69/1.00 vMB 8
729,955 729,955 000000000000000000049518dc22f39aa3cc045688aa0445fd7d2e6a3ab723e1 1,471 1.00/1.00 vMB 3
729,954 729,954 000000000000000000033ace52b8e38afc99a902e346d82296ff717c5410b8df 1,336 1.00/1.00 vMB 15
729,953 729,953 00000000000000000008035a7d1fbcc4167373142d74c9f2ba25a0c261922e85 971 1.00/1.00 vMB 3
729,952 729,952 00000000000000000006fa6061c7ab6fdde05c9c6748db6550941915e4689743 2,549 1.00/1.00 vMB 11
729,951 729,951 000000000000000000084bdd5a9cc328e4e6f2ded20de630257c6ea6ae6f1ad8 2,156 1.00/1.00 vMB 17
729,950 729,950 000000000000000000006c6a4f2cc2b2a860b3853813dd4d75de366f7258168a 2,808 1.00/1.00 vMB 16
729,949 729,949 00000000000000000007627de4d6be96c10abc829ec56b41e5c851c736a140ff 1,176 1.00/1.00 vMB 4
729,948 729,948 00000000000000000001b685830609439dccc5ab08883fb10d2f8e1622e86ed1 2,582 1.00/1.00 vMB 16
729,947 729,947 00000000000000000007f95091a032567f8456ce28cedffc5b5a4e264c32827e 3,234 1.00/1.00 vMB 22
729,946 729,946 00000000000000000008c0602757201ac7f6d46a432d81202d2079f17ad0c393 573 0.45/1.00 vMB 8
729,945 729,945 00000000000000000003572a93ad111759bfbcda6bfab46989dbe266f0c48c35 1,519 0.98/1.00 vMB 9
729,944 729,944 00000000000000000004d3deed9bba90de2c509514e7f8b81897228c00b93a40 1,050 0.99/1.00 vMB 8
729,943 729,943 00000000000000000004ce37cf7b55988ba311116cbee753fcb5f87fcd6c9323 1,301 1.00/1.00 vMB 3
729,942 729,942 00000000000000000004612efa3f868a24648aa56aac6f03c60c44e9b3faa1e5 1,316 1.00/1.00 vMB 8
729,941 729,941 00000000000000000005d9671cdd67c0a6be03967172d5bc3ba0ba87588e7a9e 2,670 1.00/1.00 vMB 16
729,940 729,940 000000000000000000074c9aac1bb6efc53330b833059fcb1cf562e18d8827ae 2,616 1.00/1.00 vMB 25
729,939 729,939 000000000000000000078c9dae698d934e95d9ff67f85f8154a224398f733c5a 1,011 0.55/1.00 vMB 11
729,938 729,938 0000000000000000000850aa45843624cebedd7b71bcb15c39d498b6366d633a 424 0.98/1.00 vMB 2
729,937 729,937 000000000000000000061b666f9b9f4d1c97d51532e88b5d1a8601488e60878c 1,698 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.95 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.16 GB
    • Received: 17.66 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.