Loading Tool

Explorer IconExplorer

Memory Pool

79,070 transactions
29.29 vMB
0.09649083 BTC
Random Selection Loading Transactions
Max Size: 177.05/200 MB

Candidate Block

Mining Attempt 93ddbccd21da31fe7eafd91e1ef9aa007a0b6c7039fc4ade43d096bab2755bd3
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root b15e653968bfb4f9539201e8c5805701c2dae0e38fc3f88fa238fae9e7f44515
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,258
Size: 1.00 vMB
Total Fees: 0.03451406 BTC
Feerates: 150.62 > 3.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (103,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
811,537 811,537 000000000000000000031c167f40b8130f81ceaa25b5120112c49df9bad02ea2 2,205 1.00/1.00 vMB 17
811,536 811,536 00000000000000000003553bea841d916c0351ffaf87122a5247a745056ace5b 1,574 1.00/1.00 vMB 11
811,535 811,535 00000000000000000004ab6abced85727bbb59232c7cb4f29285515f4f5d38cc 2,863 1.00/1.00 vMB 12
811,534 811,534 00000000000000000003ed76f7d0218303eded84a4b88bd251346f3b5f637984 3,428 1.00/1.00 vMB 30
811,533 811,533 00000000000000000000101c56428bcc51c31891efdb160d39ba440a0fca9f72 3,257 1.00/1.00 vMB 15
811,532 811,532 00000000000000000000c7e31ea9ae76527347f0cf590b4c1b6c59f107bb0e5d 1,609 1.00/1.00 vMB 6
811,531 811,531 000000000000000000049142d3dd36d2961c999a689dda55b82b7babc0bfc719 1,850 1.00/1.00 vMB 8
811,530 811,530 00000000000000000003160fa223c7dd3d850d1923c565e2cf68d39e0d38207d 3,438 1.00/1.00 vMB 23
811,529 811,529 00000000000000000003b7f73a88482424c1be37d054252a94bfd561040731c0 2,884 1.00/1.00 vMB 14
811,528 811,528 0000000000000000000071e987523626faf9b5f212ad2f1cac9ac93023c9ca5f 1,203 1.00/1.00 vMB 4
811,527 811,527 00000000000000000001c6654843342b836378ca3a094cb43d2e73bc76c37c4d 1,725 1.00/1.00 vMB 8
811,526 811,526 000000000000000000049d15334530e5d59c426d9d6071df7da99fcd09b00b3c 3,703 1.00/1.00 vMB 22
811,525 811,525 00000000000000000001e10a262e1aa6856223f6f7159ca92d66a526ec4721ef 628 1.00/1.00 vMB 3
811,524 811,524 00000000000000000003926d5a57999aa85cdb5e922d19d04bda0c6b3b80f361 2,231 1.00/1.00 vMB 9
811,523 811,523 000000000000000000006c30db18e2be7474f2ff94c6f89e8e806ea460b5f27f 2,549 1.00/1.00 vMB 12
811,522 811,522 00000000000000000003dd34d0a2eca3f5b90bb45a347a077dad26fa11f0b8b9 1,290 1.00/1.00 vMB 6
811,521 811,521 000000000000000000025068048a62af20eb3b7172b81759937ee6fa69b8d443 1,852 1.00/1.00 vMB 10
811,520 811,520 00000000000000000001c93510252a2610d2af0a9a300d5e987022019ee72da3 1,578 1.00/1.00 vMB 5
811,519 811,519 00000000000000000002ed6884ad951b99d33bba5a105844887a3799b6afe93b 3,095 1.00/1.00 vMB 17
811,518 811,518 000000000000000000003d3253686b42b174f679cf32106c4cb7eee12b492156 1,180 1.00/1.00 vMB 6
811,517 811,517 00000000000000000004a5673e71e19414ffd7c87083f462c11f9dcd5477ea7c 616 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.