Loading Tool

Explorer IconExplorer

Memory Pool

44,134 transactions
28.40 vMB
0.11861881 BTC
Random Selection Loading Transactions
Max Size: 147.60/200 MB

Candidate Block

Mining Attempt d1cc2d1c75570eb2f298298a050edd2f77096fc93a2cf4b5b342176458f0f3f2
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root b655eb76c06d253f375652bb8832dff2f973cbd309f2d662920164ced7307081
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,429
Size: 1.00 vMB
Total Fees: 0.03199150 BTC
Feerates: 39.16 > 3.21 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (78,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,535 836,535 00000000000000000000bcb52084bb06af294cefee70b483619ecaad98e8c35b 3,441 1.00/1.00 vMB 49
836,534 836,534 00000000000000000000c260e612214955c935979bf108a0f0858ba427b8015e 3,545 1.00/1.00 vMB 33
836,533 836,533 000000000000000000034bfe1cde13d83b889768f68d1c65ea29b84e8729a32a 4,065 1.00/1.00 vMB 38
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
Previous 10 blocks ↓
Total Size: 781.88 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: 645.00 GB
    • Received: 12.63 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.