Loading Tool

Explorer IconExplorer

Memory Pool

81,558 transactions
30.31 vMB
0.07598719 BTC
Random Selection Loading Transactions
Max Size: 186.11/200 MB

Candidate Block

Mining Attempt 1790dd6b6a3cb0c2ad024fbc9734935dbac7945ed1a78a8e0cafa25d0b278725
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root fae4ae606eff7aadf47144eee4601333d45822f8ccf2c7c0e9b9d2ad949374fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,844
Size: 1.00 vMB
Total Fees: 0.00861203 BTC
Feerates: 150.77 > 0.86 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (558,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
357,149 357,149 0000000000000000136087dc84193976a17c36e07f174b38054338a4bc3acfe9 622 1.00/1.00 vMB 12
357,148 357,148 00000000000000000fd81d7ce66867f9d4266aa08bc16f2c6c3d7679ef0da2f6 1,587 1.00/1.00 vMB 27
357,147 357,147 0000000000000000044ba5a1de3836c76fadbb4c1fa81b08911b0706a3b45be9 964 0.75/1.00 vMB 24
357,146 357,146 00000000000000000a45a767639a4bd4488f60299cc752038546799d135ad641 512 0.20/1.00 vMB 39
357,145 357,145 000000000000000006564a4aba2162f98b83e746bf66db47f515cfb970f0d9ad 1,267 1.00/1.00 vMB 21
357,144 357,144 0000000000000000026a7b256101a6334826824fad955364741210fae7ef46e6 1,701 1.00/1.00 vMB 24
357,143 357,143 000000000000000003c647113c24508fba6662a3c1d014ead20bccee78c3c3bf 2,448 0.75/1.00 vMB 44
357,142 357,142 00000000000000000632eb23e3f48bef463107c11b0042a31826457112e18b6f 873 0.75/1.00 vMB 19
357,141 357,141 00000000000000001328e2a401785bbd284b53dfd5736c96ff2dbd7b55ce5640 2,339 0.75/1.00 vMB 44
357,140 357,140 00000000000000000067f91f8182220ff56e156fcf441370a0bb1ea80e1af07d 2,008 0.75/1.00 vMB 49
357,139 357,139 0000000000000000074baffc0ccfaa57f6ab109ebfec8e53ecb4287397f96b75 1,182 0.57/1.00 vMB 35
357,138 357,138 000000000000000012cc844493a7ff66ac6d905cb72bd546b2a97f5a413421e5 1,103 0.53/1.00 vMB 31
357,137 357,137 00000000000000000be96c063c7b739df586de5f8c5795352c7b83a8496a13aa 1,720 0.81/1.00 vMB 33
357,136 357,136 0000000000000000082e5c85a91c2c2f580eee54ff40e56adadca210706c4811 466 0.24/1.00 vMB 25
357,135 357,135 00000000000000000de0dfd780946217e4cf14ade7c12cf28a68ddd0853b8959 1,413 0.74/1.00 vMB 33
357,134 357,134 00000000000000000eafa733f2710c1a0b5859e44693425cc340c08b0f335dc5 118 0.09/1.00 vMB 16
357,133 357,133 00000000000000000023bb4b2c9529e7c06e3ab71096999ef24cb39e850894a7 908 0.72/1.00 vMB 18
357,132 357,132 00000000000000001505d1ef8da8ea89d83e9dc55fb23e35ec41fdc828dd4f18 1,926 0.75/1.00 vMB 35
357,131 357,131 00000000000000000ee786aef8bdbad075f43899fa550314be6b747a9a1d8636 919 0.51/1.00 vMB 26
357,130 357,130 00000000000000000b83289fb732a339d60e4dd34a096250783b8e6cfd56ec8d 1 0.00/1.00 vMB 0
357,129 357,129 0000000000000000032d9c0fe27bc01c1774d2f3a614665a3bd2cda61b42796e 1,491 0.75/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.96 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.35 GB
    • Received: 17.71 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.