Loading Tool

Explorer IconExplorer

Memory Pool

45,332 transactions
27.96 vMB
0.06878738 BTC
Random Selection Loading Transactions
Max Size: 147.78/200 MB

Candidate Block

Mining Attempt 12139a542edd9e31092469c67fd95be95be04e8a309bf36c3420cd7e2b40c2cd
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root c60ee5fac2d12cc2a09c7479c5e73edfc92a337a584d6edc590f420dc9dcebb6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,082
Size: 1.00 vMB
Total Fees: 0.01545419 BTC
Feerates: 101.53 > 1.55 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (488,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,575 426,575 000000000000000004a0206a424ff738304af17f74b216c087fbd7fe53e3bac1 2,100 1.00/1.00 vMB 53
426,574 426,574 0000000000000000028b3d59763b4cd51b6c42ce2a6bfffee6d5c6c6d04d312a 2,961 1.00/1.00 vMB 77
426,573 426,573 00000000000000000009ed8ad21ce342233487afa77c884670009669dbd2ba93 2,795 1.00/1.00 vMB 68
426,572 426,572 0000000000000000004a3a124beb18b3b917416bc5b5ec8ecf0dda9901c78e1a 1,425 0.53/1.00 vMB 68
426,571 426,571 000000000000000003f36d94ea69da48d4355c5bca8758c5b84868172c2a18e0 741 0.38/1.00 vMB 51
426,570 426,570 00000000000000000241a562a25c0fac80406011a57ac6d74dac4c2afc657b63 1,712 0.67/1.00 vMB 64
426,569 426,569 0000000000000000040c7f30ef41fb1f5bac302aa5cc9cbf9b3352aac406f83b 377 1.00/1.00 vMB 14
426,568 426,568 0000000000000000028299a5a2d9b9b310109811cf5f9cce1da00e3dd00efc54 337 0.15/1.00 vMB 77
426,567 426,567 000000000000000004aa7d393ad58280e4472e3ada53e4d2f0a72ba85984ce33 1,402 1.00/1.00 vMB 33
426,566 426,566 0000000000000000020fb9d38587a04c79f3e5d21a5be1b24f01da083b1fc893 1,792 1.00/1.00 vMB 42
426,565 426,565 0000000000000000047bb1281d0076ce08dda13d1150db8e839c3e560a0c184b 2,236 1.00/1.00 vMB 62
426,564 426,564 00000000000000000080ecfd207854d7bd380475ea40cd63e9259b23f8e52f9a 2,685 1.00/1.00 vMB 52
426,563 426,563 00000000000000000428cd44e7ebb4dcad54fee5b75c8aa235e32021872f6480 1,028 0.93/1.00 vMB 66
426,562 426,562 00000000000000000047b395f20cc07ecf119933d2e5135a46e232ea56419943 487 1.00/1.00 vMB 73
426,561 426,561 000000000000000004bc98155ae1a92b35ae273f5c15d7615d211699818a1bd8 359 0.99/1.00 vMB 76
426,560 426,560 000000000000000004e603cd613411567bf6ca202c3a834f681f70bca3c959a5 2,242 0.93/1.00 vMB 106
426,559 426,559 000000000000000001fb30eeff1a07a54bf8b126fbae12b94cc8f3506de090ed 2,350 1.00/1.00 vMB 60
426,558 426,558 0000000000000000049a5d4b5f99a12819bcdca7ecd1a5fcff0d062e4674f1a7 2,929 1.00/1.00 vMB 93
426,557 426,557 0000000000000000038173c02479cbdacdabc8c21080f49c209653e72c0ee1e6 319 0.75/1.00 vMB 18
426,556 426,556 000000000000000004adbaab8af4635ea8681cb2d97dd7dc092cce7ac45c4552 1,631 1.00/1.00 vMB 44
426,555 426,555 00000000000000000102cf25b02c72a1bd671a30593250935286a3f17d1b6084 756 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.28 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: 656.74 GB
    • Received: 14.43 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.