Loading Tool

Explorer IconExplorer

Memory Pool

50,502 transactions
30.27 vMB
0.12370878 BTC
Random Selection Loading Transactions
Max Size: 161.46/200 MB

Candidate Block

Mining Attempt 69a5d9c0c3c22fd4b8c219a9a11bc6a242e6c7dc46a968808831494710c4ef93
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root fa1039401ebf54d95c2d5316845615fe65ee887e7e91b22fe86e707f1ffbcade
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,319
Size: 1.00 vMB
Total Fees: 0.04875817 BTC
Feerates: 179.69 > 4.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (230,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,529 684,529 0000000000000000000226f26f5ce4b8b353900cd0c42d1867c6a30aeff7ecdc 2,295 1.00/1.00 vMB 138
684,528 684,528 00000000000000000003b6356f8f7dfe2e217a8c2311c797b01c6caaa4bc1c82 2,143 1.00/1.00 vMB 80
684,527 684,527 0000000000000000000116a10a6a579d1679984b0a0c04dbffa65e5b311df6e2 1,715 1.00/1.00 vMB 80
684,526 684,526 0000000000000000000a56ceeb8ca29ed9a1399756ed45f0263fb20b55305dad 2,018 1.00/1.00 vMB 52
684,525 684,525 00000000000000000008ce4d8d480650b80441566b7beb736c328e1b69103874 2,311 1.00/1.00 vMB 78
684,524 684,524 000000000000000000008dc3f83a82cfb28aa0466fd96a33d68549fda289a851 745 1.00/1.00 vMB 41
684,523 684,523 00000000000000000008a2685c0b596fbb66f9d754ec19682e40bffaa887b5d2 1 0.00/1.00 vMB 0
684,522 684,522 0000000000000000000a53a8a5d662fd25654886699f5c09482de4569bd2fb05 1,708 1.00/1.00 vMB 44
684,521 684,521 0000000000000000000030a87962058f3757d8832b59208b8d2ce7b7849f57c5 3,037 1.00/1.00 vMB 113
684,520 684,520 000000000000000000015a74563f8651671e50692a02d3cce690455423a9618e 1,808 1.00/1.00 vMB 67
684,519 684,519 00000000000000000004479f0d6d00e495a434ea5c1bc6ce5eb398b6eb424388 439 1.00/1.00 vMB 127
684,518 684,518 0000000000000000000593e37aeb4f72d92adc0b0af9d4003b1d6626d302e427 1,639 1.00/1.00 vMB 57
684,517 684,517 00000000000000000006cc12ecabb4d6627e41084bcc5de315ca8db97bdf50dc 1,486 1.00/1.00 vMB 55
684,516 684,516 000000000000000000072a4f409c23a1f6316f00d84df82b5d4d93ffec2cb049 2,033 1.00/1.00 vMB 58
684,515 684,515 000000000000000000059963e1b7fd5709482d2b95cfba9898a6824b3bc9ccd5 2,319 1.00/1.00 vMB 51
684,514 684,514 000000000000000000079b4b39e068cf880be9d9f0fe563b6a8f963b789f61a5 2,379 1.00/1.00 vMB 61
684,513 684,513 000000000000000000050a50597d74204091c420959e33eae91ad1fd36aa81d6 2,607 1.00/1.00 vMB 73
684,512 684,512 00000000000000000005e4ed610eb6431f038bacd3a071012248992492036fb5 2,907 1.00/1.00 vMB 63
684,511 684,511 0000000000000000000af89f0ad85e18ac5599ab96f07b91b0f6da8a86f89f54 2,697 1.00/1.00 vMB 83
684,510 684,510 000000000000000000063351ff0a6af2f2ff51805169e3da9d367a510587a9cd 2,336 1.00/1.00 vMB 86
684,509 684,509 000000000000000000037713505c277f2d0a70ceb7119ac072b7aac83ec60e6a 2,389 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.11 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: 652.03 GB
    • Received: 13.69 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.