Loading Tool

Explorer IconExplorer

Memory Pool

78,960 transactions
29.45 vMB
0.06720381 BTC
Random Selection Loading Transactions
Max Size: 177.25/200 MB

Candidate Block

Mining Attempt 2b8cc09db055b13d194e8e3c376095acbb8fd9a7cfccecb40d144d4035e0a7e8
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root b7c5af03fa14f022225e3171ca0e462d013851c4c57ba2008364a3317f1fc929
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,391
Size: 1.00 vMB
Total Fees: 0.00747070 BTC
Feerates: 150.77 > 0.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (343,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,774 571,774 0000000000000000000771f7493df6eba7e74511957db6536808ea5416b33654 2,918 1.00/1.00 vMB 31
571,773 571,773 0000000000000000001c4d5fe25e6e200ab7d19680cd0c451565e78cf95c7d52 2,983 1.00/1.00 vMB 66
571,772 571,772 000000000000000000215506fc905079416cdae25dbf0d8c9505b7e9a5c1eabe 3,133 1.00/1.00 vMB 25
571,771 571,771 0000000000000000001be3b08f6d2d172e8f953bf9fa181bf25aed52fc2465ed 1,683 1.00/1.00 vMB 50
571,770 571,770 00000000000000000027e76fbe407fed4e60c002b3c41067875b4a4da81965ad 2,097 1.00/1.00 vMB 87
571,769 571,769 0000000000000000002013c57d60b8468a35dc0fe1e994bb1e9c72ffe689f787 2,784 1.00/1.00 vMB 38
571,768 571,768 00000000000000000023b631d74fc1e051008f54b6e04c76672f6de96b9d1338 2,776 1.00/1.00 vMB 71
571,767 571,767 00000000000000000004a1c3ba15384766646aa53b7f1f055f57a8f6873ef4f5 2,941 1.00/1.00 vMB 74
571,766 571,766 00000000000000000003450d080a1da3ff2e62f4b64a87fb8af21b63b3aed27f 1,082 1.00/1.00 vMB 135
571,765 571,765 00000000000000000020a82f8826ecbe6f0f26e8a7d59ffcc02b039a02f905e6 2,641 1.00/1.00 vMB 18
571,764 571,764 0000000000000000000e110470546f5e10f174be39b5bb66610a0df2e29683b9 2,346 1.00/1.00 vMB 28
571,763 571,763 0000000000000000001b48a5c74e1c8d5879ac5ad41ea4b2dfee84724ace3677 1,544 1.00/1.00 vMB 53
571,762 571,762 000000000000000000286c9462c4a0a62c667026f183aac11ba40ad20eaabd80 2,565 1.00/1.00 vMB 52
571,761 571,761 000000000000000000008dc24735aa7dfe5684ca4acb6251db0bc227039fb28d 2,446 1.00/1.00 vMB 48
571,760 571,760 000000000000000000277854a11d00a8cbd78c521b690f19e785c7cab7cee24d 2,644 1.00/1.00 vMB 39
571,759 571,759 00000000000000000027793010a6c3a1adab0b4ead4bafb54b2f554e67761f97 2,639 1.00/1.00 vMB 65
571,758 571,758 000000000000000000045569cd24d4608367a82ecd664c3398b62b511dd9981b 2,885 1.00/1.00 vMB 78
571,757 571,757 00000000000000000025cc2b5889579c80c36aa4fbbdbc5a6e64d161667b5133 2,667 1.00/1.00 vMB 79
571,756 571,756 0000000000000000001ad32ab11562ab6434186fff5fff99641029819cf907bd 2,837 1.00/1.00 vMB 95
571,755 571,755 000000000000000000103a5b2bea0f30004479d940230b5c49b242bc32d89d14 3,042 1.00/1.00 vMB 50
571,754 571,754 000000000000000000262dbb87491b0a32340a4cb13c33f4b023f321f5e08020 2,849 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.38 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: 664.28 GB
    • Received: 14.96 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.