Loading Tool

Explorer IconExplorer

Memory Pool

82,052 transactions
31.10 vMB
0.10209337 BTC
Random Selection Loading Transactions
Max Size: 188.96/200 MB

Candidate Block

Mining Attempt 344a2229bc114166e6fbf11d8af2907defc2c45ffbd9554e9c40be8d81f43f34
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root 90d0d5919306c0c6a54dee3cc7d42ae2b2dac3848a4e4a940326ff82a0f64d82
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,216
Size: 1.00 vMB
Total Fees: 0.02784080 BTC
Feerates: 150.77 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (327,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,676 587,676 0000000000000000001d3b4d3422409ad032ec71bf28f96b612f0f3783d7997f 2,845 1.00/1.00 vMB 29
587,675 587,675 000000000000000000015180c11597881e05c4c51c4b8a7ede843e25307abd45 698 0.29/1.00 vMB 3
587,674 587,674 00000000000000000015bde45e231e8d8c1d8f59757fa2daa5e2edeaffbaea90 2,220 1.00/1.00 vMB 20
587,673 587,673 00000000000000000019215c8a202dba1a59e6848e7fce6c50cb3da0d27dd0d9 2,186 1.00/1.00 vMB 7
587,672 587,672 00000000000000000016400aae240b1c8288892c725d75ceb557e79bd28d4e6a 2,372 1.00/1.00 vMB 3
587,671 587,671 0000000000000000000bb802784601178cccc77fe60e9ca6562fec2086f35f0e 2,926 1.00/1.00 vMB 28
587,670 587,670 0000000000000000000e12351bea594ea202e40f67403b8c4de13125a16f7134 2,855 1.00/1.00 vMB 37
587,669 587,669 000000000000000000107aa322a92b01e6e3c8ec89efd285d104b1538ab45c0a 2,766 1.00/1.00 vMB 43
587,668 587,668 00000000000000000007802168b808e8dc355a749bb39054d3f3f85288455fcb 3,401 1.00/1.00 vMB 31
587,667 587,667 00000000000000000009e635981772779f9e49c9f57ad98c959333121b0d71b2 2,362 1.00/1.00 vMB 8
587,666 587,666 0000000000000000000fd0cd002a8aa06c9313d2b847377bd90a90287e229040 1,898 1.00/1.00 vMB 23
587,665 587,665 00000000000000000005ff7d01dd2202408975f706ddb0219261b3016f01b9d7 2,974 1.00/1.00 vMB 41
587,664 587,664 000000000000000000157b86f0f2a3e6277f7f7773c8ae0dce3fc46abe4cb7de 3,009 1.00/1.00 vMB 63
587,663 587,663 0000000000000000000ba19b4d73768534d468bc779407891dfd46cf1f56b0d7 2,071 0.66/1.00 vMB 23
587,662 587,662 00000000000000000010953158b56ff6e428dcd85312facc7da62ac07e3374b3 1,751 0.61/1.00 vMB 25
587,661 587,661 0000000000000000000f40efc00402bdfba65dd844aaa1f9529ebe93a0219f56 926 0.27/1.00 vMB 25
587,660 587,660 000000000000000000160231a8f30f2410d139b08863ae30597c84ed8eb89ff0 1,982 0.89/1.00 vMB 30
587,659 587,659 0000000000000000000615033eefeb6403eaede37fb9465d580fd63954c5e473 2,822 0.89/1.00 vMB 23
587,658 587,658 0000000000000000000b409395ea75ee480ae1adc594c0467e49052508c5ad40 254 0.07/1.00 vMB 30
587,657 587,657 0000000000000000001d4bfd887bc6020a1952d462fe2e5bd9ed629c1f00207d 352 0.11/1.00 vMB 28
587,656 587,656 0000000000000000000a5b260ecf28b9a78fe9ddbe8f33bb1f26c30caa458ab0 892 0.28/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 783.04 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: 720.21 GB
    • Received: 18.15 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.