Loading Tool

Explorer IconExplorer

Memory Pool

35,680 transactions
26.07 vMB
0.07214532 BTC
Random Selection Loading Transactions
Max Size: 132.57/200 MB

Candidate Block

Mining Attempt 2131d5d86fd587677d448c7a02fef838d2c82920c3ec228975bcffa8ce5c441b
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root babdd32a78250db63d6fd35b0f8f471b63008e0b3d5183341502db368ad6e024
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,059
Size: 1.00 vMB
Total Fees: 0.02407443 BTC
Feerates: 250.88 > 2.41 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (78,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,532 836,532 000000000000000000013c6e45c874abd10bb9285a86e456bac0517b18d77691 3,607 1.00/1.00 vMB 37
836,531 836,531 0000000000000000000075f37f5ddd30f377d19e924a9b9a0a3ed89d25a1a157 2,973 1.00/1.00 vMB 46
836,530 836,530 00000000000000000001768aaa6a9cf7e54bedde6bb1dcf3369c9497b5c04b30 3,620 1.00/1.00 vMB 41
836,529 836,529 00000000000000000001e8221b1f5711d58cd8a7e175b1c6b617de0e6c8ed99f 3,632 1.00/1.00 vMB 41
836,528 836,528 00000000000000000002645decd14737eb9005e8b4b2a635ba26093ae328d5b1 3,207 1.00/1.00 vMB 50
836,527 836,527 00000000000000000000e6e092365f21e9c3145ca7c173ccb1eb1a5f74f20d5f 3,296 1.00/1.00 vMB 52
836,526 836,526 0000000000000000000175ca52c10f76474eee144c6ba496e8dbf1a40461aed4 4,140 1.00/1.00 vMB 40
836,525 836,525 000000000000000000009d4b467dbe7a0581a76ee031646695ffc0c847bdf36b 3,424 1.00/1.00 vMB 38
836,524 836,524 000000000000000000031fa1cde9ceb3aadd81d2854420e9034ef63aa1ca2758 2,810 1.00/1.00 vMB 26
836,523 836,523 0000000000000000000160188646bb04d5aa73c4275c6e28e06c9bcd251ea195 2,823 1.00/1.00 vMB 21
836,522 836,522 000000000000000000025a27ed4428a79cc39b6c05b8bffe9bd334edcd7144e5 2,495 1.00/1.00 vMB 20
836,521 836,521 000000000000000000008e6b9051a8a73099668adf772f830a4bdec52b4c6d68 3,451 1.00/1.00 vMB 21
836,520 836,520 0000000000000000000302ba18b7e88e7a36b7789d876597fa5483c1f20e22a3 3,277 1.00/1.00 vMB 28
836,519 836,519 00000000000000000000c61f74435f8e223379615aa9948948600b88c4a5e387 3,828 1.00/1.00 vMB 36
836,518 836,518 00000000000000000000396136a25694ee9ae7acdc5401bcae130a331c2b3e65 3,582 1.00/1.00 vMB 38
836,517 836,517 0000000000000000000283482eead255cf7734bf9afd8ec96ce4de67ffb69561 3,313 1.00/1.00 vMB 19
836,516 836,516 00000000000000000001152f45357303594092b80e95597c3f3b056ae960daad 2,702 1.00/1.00 vMB 17
836,515 836,515 000000000000000000004f3a79520585b17385c9e9a691ec52300ef927209f4b 3,023 1.00/1.00 vMB 23
836,514 836,514 000000000000000000024294be6909c30fa3c4cd39588be5d2ffc01d2f88be66 4,054 1.00/1.00 vMB 25
836,513 836,513 00000000000000000001eb032d6681e46da2240ec87b018f6eea220c972c5007 3,493 1.00/1.00 vMB 19
836,512 836,512 00000000000000000002b6a14398ad1bf120510bdd4bee94fce91888d97dd4cb 3,522 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.45 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.