Loading Tool

Explorer IconExplorer

Memory Pool

42,265 transactions
26.91 vMB
0.06944408 BTC
Random Selection Loading Transactions
Max Size: 140.77/200 MB

Candidate Block

Mining Attempt b443ab07e8b302ddbbd883a4dc881450deedaa0063e4d9b654a839e8ed91d080
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 41fd957f24ef93edeaa151294c01c5cd0f474b165ab77d06acdae79581395911
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,147
Size: 1.00 vMB
Total Fees: 0.01945906 BTC
Feerates: 130.68 > 1.95 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (114,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,526 800,526 00000000000000000005107fd7aa7a7b666d6a4b36aff1900151600d407a4a31 2,798 1.00/1.00 vMB 41
800,525 800,525 00000000000000000000a1a96c9dc4b97842999d39edaeb0e1629066dc38be91 1,875 1.00/1.00 vMB 9
800,524 800,524 00000000000000000004e69342b89488a2044e976c7d945b3c3153f6abb95b7c 2,839 1.00/1.00 vMB 14
800,523 800,523 000000000000000000002f3e37fa15d63a497242aeda7b561fb25f2ea86a1807 2,951 1.00/1.00 vMB 15
800,522 800,522 000000000000000000015d4c396bf7f251b475d1d6f29232ea44fecc7678b6e4 2,595 1.00/1.00 vMB 13
800,521 800,521 0000000000000000000479c9ec00e419b67fdaeab7baa5e1d0ca891a47506f91 3,311 1.00/1.00 vMB 22
800,520 800,520 000000000000000000049be744deb6896d86ac4fcb65d9d7ad979cc018e0bdcb 2,563 1.00/1.00 vMB 10
800,519 800,519 00000000000000000001dc3833c72be58763772a47ddaab3403c6a47e195db0d 3,015 1.00/1.00 vMB 13
800,518 800,518 000000000000000000046dc06b1da9fd29a00697ab14f7b378584ac5c90bb33f 3,213 1.00/1.00 vMB 18
800,517 800,517 0000000000000000000210964555393f17415f385bc03547d458f5a7d7b516e4 2,882 1.00/1.00 vMB 18
800,516 800,516 00000000000000000000f2bb43fafe4a0aaf444c12a242ce8341c6ccbd38f66e 3,012 1.00/1.00 vMB 31
800,515 800,515 0000000000000000000104c879895e2b76802f8b119a2d925e92d44e1781e4e2 3,403 1.00/1.00 vMB 24
800,514 800,514 000000000000000000033b1dcfad57d306cc6a80b053064d4f4f0a250b358dee 3,611 1.00/1.00 vMB 12
800,513 800,513 0000000000000000000375f3796817999803a5a15fd5d1cdc13725cf6da4f6bf 2,962 1.00/1.00 vMB 14
800,512 800,512 000000000000000000009b72e24f401e2b1b7b177e3e2b698d8ee74c7a698208 3,928 1.00/1.00 vMB 20
800,511 800,511 00000000000000000001158ac680d44847435dce9098e2b0529dcd0db7d8b3a9 4,147 1.00/1.00 vMB 18
800,510 800,510 000000000000000000055516fdcd6f6bab0de555044684cde379033867e1bd3c 4,298 1.00/1.00 vMB 23
800,509 800,509 00000000000000000002b938a3c1e94830a73df858118567cfbdb1f19f4cf975 3,915 1.00/1.00 vMB 22
800,508 800,508 000000000000000000011e824bb94201f64417ee1b75436e38fef5e540cddf0b 3,537 1.00/1.00 vMB 10
800,507 800,507 0000000000000000000020e577b69102b623ff86443a6a0714bfad5952c1dc8c 3,770 1.00/1.00 vMB 13
800,506 800,506 000000000000000000045f3400d0f6449a442b43797469901a5e0577cbe72f30 4,167 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.22 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: 654.70 GB
    • Received: 14.16 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.