Loading Tool

Explorer IconExplorer

Memory Pool

49,113 transactions
29.80 vMB
0.09550104 BTC
Random Selection Loading Transactions
Max Size: 158.74/200 MB

Candidate Block

Mining Attempt 4cddf72b61e69238acb38f66fcf4d0a6bfa1779b534dc210a4a982016303048e
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root c805fe8bfcddd8f6f336a781480967a75977d30f73309e96e2a1fbfcc42ee3da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,242
Size: 1.00 vMB
Total Fees: 0.03186346 BTC
Feerates: 150.68 > 3.19 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (121,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,265 793,265 00000000000000000005583d5ef121ab217811d1665bda00d94b01e50b00f93e 3,413 1.00/1.00 vMB 98
793,264 793,264 000000000000000000010879cc3ffc94202825cb69497af5ddb4025de872229b 3,181 1.00/1.00 vMB 106
793,263 793,263 0000000000000000000446e8d0ca16ccf7acf7d9a75ec5e0cc91ad46522dc52f 2,863 1.00/1.00 vMB 96
793,262 793,262 000000000000000000006b45497499ba62079e4525a12ceda27f1b39b68697b5 3,624 1.00/1.00 vMB 90
793,261 793,261 00000000000000000002584331bf26160a112949d01ec8b265a1ab1d0620af68 1,414 1.00/1.00 vMB 68
793,260 793,260 000000000000000000016526602ffb15075b9a0bfbd418bb565e32bd854fc985 2,855 1.00/1.00 vMB 102
793,259 793,259 0000000000000000000444cb8a1bc002dd11d2db5032d78c53b3c71cdcec1a41 4,019 1.00/1.00 vMB 76
793,258 793,258 000000000000000000042ba04dc8bddbae7fbe8479ba03bf27dcd5bfd9904cae 3,341 1.00/1.00 vMB 91
793,257 793,257 000000000000000000041d4e78bba14e423116770820ce2b77e6e5a1033e0e77 3,288 1.00/1.00 vMB 98
793,256 793,256 000000000000000000005a4d3e69b927e05e89f0ed8348a6e711792ef6637889 3,579 1.00/1.00 vMB 110
793,255 793,255 00000000000000000001a7106ad5002c312e14cdd11f9ceda96534ad34651455 2,719 1.00/1.00 vMB 58
793,254 793,254 0000000000000000000506ec0076b06f4bee8222c9cfd7a95bcdebfd41a3fb2e 3,801 1.00/1.00 vMB 104
793,253 793,253 00000000000000000001371ae2b3e60147ccaa8b207a35082e693164b76811a4 3,006 1.00/1.00 vMB 81
793,252 793,252 000000000000000000021e877d2ec27493746e4e140159dc4e52b7685a7c9fda 3,790 1.00/1.00 vMB 52
793,251 793,251 00000000000000000004d5a2cd0829eec21f1b9191c2dbdea14a83a8984c47f1 4,033 1.00/1.00 vMB 62
793,250 793,250 000000000000000000010a83211f4fc7fb801b1acc1a91d26e9903d7e95591be 3,788 1.00/1.00 vMB 32
793,249 793,249 000000000000000000014687e4126252bd8d4759aafe6341b5989021a10bcf12 3,861 1.00/1.00 vMB 66
793,248 793,248 0000000000000000000249ce3541905c4764dd7f5f298821f2c032f7aa8e4a5c 4,116 1.00/1.00 vMB 53
793,247 793,247 000000000000000000008b51632dbad4fe3b1a190955307b72aa51c64028899f 3,269 1.00/1.00 vMB 88
793,246 793,246 000000000000000000026fa9b77bd0f9ad00a86765bf571c5b7dd48fa6c7fa7b 2,007 1.00/1.00 vMB 25
793,245 793,245 00000000000000000000ca12f3c28d56e95075c981fbac85b989fb85b213e05c 3,519 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.12 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.08 GB
    • Received: 13.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.