Loading Tool

Explorer IconExplorer

Memory Pool

82,851 transactions
31.25 vMB
0.12299330 BTC
Random Selection Loading Transactions
Max Size: 183.79/200 MB

Candidate Block

Mining Attempt 35a1c617f2da68c1c3c3401d0a9642dc711e8ff172c60f5cfc99e2b8d3b6e87a
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root b4217062ba4189eeea4295ff7836f598b324985a94121922208895804a3579d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,503
Size: 1.00 vMB
Total Fees: 0.04266654 BTC
Feerates: 150.80 > 4.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (444,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,298 470,298 0000000000000000014ac37accdcd2307849e2a09bc175fda8673a4668d72395 2,095 1.00/1.00 vMB 366
470,297 470,297 00000000000000000123df91fb2d53f4a09d57691019bcb1387fe201a3bff1a7 1,792 1.00/1.00 vMB 419
470,296 470,296 000000000000000000e73cd77ce2238164cafdc8385eeafe88e8183cd19a8e8a 2,163 1.00/1.00 vMB 423
470,295 470,295 00000000000000000015ca59bbc44f72e86fcf7ba9899bc3bd758186f2def70e 1,797 1.00/1.00 vMB 438
470,294 470,294 00000000000000000162ffd3c59e2e662a80db9b18623bee544ccb6b8d1161c3 1,916 1.00/1.00 vMB 453
470,293 470,293 0000000000000000004cc9e51dfb23a4601a05aba3f0d3f98c72d5817f9d4124 1,974 1.00/1.00 vMB 400
470,292 470,292 0000000000000000000f9c5ae4b4ce6e8b72d66d42fc311a93278ebe79d1c63b 1,547 1.00/1.00 vMB 505
470,291 470,291 0000000000000000011912a45305fc4d9af48b2ade8b28712523acb5be89bf6a 494 0.21/1.00 vMB 384
470,290 470,290 0000000000000000009bfe70db0db09922cfcfcfaf242e6c5b10b527052d4751 2,103 1.00/1.00 vMB 296
470,289 470,289 0000000000000000003ec7e3ee5def8a31ffca39150f33d6553fc797f5415f17 2,432 1.00/1.00 vMB 361
470,288 470,288 00000000000000000191dd97e425b439c4f79a619905af9e93f3f3ac297f40d6 2,201 1.00/1.00 vMB 381
470,287 470,287 0000000000000000015bb359687219f64297154a04c60836782aa227b408f04e 1,650 0.87/1.00 vMB 361
470,286 470,286 000000000000000000f3fed11b50304f5e02b8ceb15db7f58f1f2f630ff13440 2,164 1.00/1.00 vMB 136
470,285 470,285 0000000000000000005a8e2e48c96d16a444e0379e9078daa423885b55aafd7e 2,058 1.00/1.00 vMB 119
470,284 470,284 000000000000000000704c21ab9e95d75705fa0d700529185e5665fec35cb6c2 2,308 1.00/1.00 vMB 399
470,283 470,283 0000000000000000019b87688587288d8c1245ffc6e1012e54ece95c457fd7cf 2,097 1.00/1.00 vMB 457
470,282 470,282 0000000000000000019a0db153d9a264b4d1b1581e17e9711a26db545731b04c 2,474 1.00/1.00 vMB 358
470,281 470,281 000000000000000000b731d9b596370fd1ee2eadee00acd2d8ce5d70c209b058 1,820 1.00/1.00 vMB 278
470,280 470,280 00000000000000000057b43acd0eae03426b545788c122befaf68b3972775fde 1,172 0.55/1.00 vMB 342
470,279 470,279 000000000000000000d0dfdc786f4a5277e15e6620b00062b28a262f9c48e97c 1,517 1.00/1.00 vMB 140
470,278 470,278 0000000000000000004a649ed0cce74cb94db0cc1b9c523ae5d8991cb332eae6 1,966 1.00/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.