Loading Tool

Explorer IconExplorer

Memory Pool

29,788 transactions
24.65 vMB
0.04797742 BTC
Random Selection Loading Transactions
Max Size: 122.65/200 MB

Candidate Block

Mining Attempt 292b77a6bf5884af780eba12b3d975548a99db0f8469c09ecc9cabe9bc864b45
Version 20000000
Previous Block 0000000000000000000176c7137e0f80c94d7a4e3a567be575b6133c437322b9
Merkle Root 3d2f85b57d5a44ee074beba41fcacb5fdab07683f6804f42d1af4a78c6cac17b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,486
Size: 1.00 vMB
Total Fees: 0.00406779 BTC
Feerates: 201.55 > 0.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,699 (311,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,823 602,823 00000000000000000015ea9d9af8e34c85afa8192ed70db7801b007ad0006a59 2,801 1.00/1.00 vMB 23
602,822 602,822 00000000000000000013d7bf2d62a642b3361c523a7ca7e937142bb0d225d538 2,226 1.00/1.00 vMB 20
602,821 602,821 0000000000000000000c6439857474d7b77c8265ea57d4410d0c2288b7f072d9 2,676 1.00/1.00 vMB 12
602,820 602,820 00000000000000000000286b4740272ea794ddafdcdb6abb7f2654ecdb81c45e 2,836 1.00/1.00 vMB 47
602,819 602,819 00000000000000000007d9c2bac24c1c7773ac78fa3780a91616b9556b38e7ce 2,534 1.00/1.00 vMB 34
602,818 602,818 00000000000000000008df10086d93b297a0df3d7e20196a1cf5b22c5d9265d3 2,841 1.00/1.00 vMB 52
602,817 602,817 00000000000000000009dbb9e372e8f59af07525239f48e13b76df904ae9969a 2,708 1.00/1.00 vMB 25
602,816 602,816 0000000000000000000435f3645782d18ed3d705fc4bfaff94484afda2c8a354 2,818 1.00/1.00 vMB 41
602,815 602,815 00000000000000000004bb767e0cde636cf091523ca74b0c621f0d83be28bf22 2,753 1.00/1.00 vMB 27
602,814 602,814 00000000000000000014994df4d4553d31a3c0eca70f9657947ee1ea1e24039b 2,637 1.00/1.00 vMB 30
602,813 602,813 0000000000000000000cb3fb542df5f51fc80cc5def13b575f6aef24cf6045e1 3,195 1.00/1.00 vMB 54
602,812 602,812 00000000000000000013998d1bcb57f5445f3150ada7ff644fdb273f66656d22 2,737 1.00/1.00 vMB 31
602,811 602,811 0000000000000000000ecf2869c1ccbc94af5ca1f094ee664700a8c5f581d32e 161 0.05/1.00 vMB 25
602,810 602,810 0000000000000000000884fde02993e94d62e24a39ce408f3751a98fc217f151 838 0.22/1.00 vMB 26
602,809 602,809 00000000000000000005e1edcac6eee38d1bfb5f0497a73a6a00bc48e98bc7c5 2,376 0.85/1.00 vMB 20
602,808 602,808 0000000000000000001028beffcbb2e4e5ca10e690261880846dd098b579e481 3,095 1.00/1.00 vMB 32
602,807 602,807 00000000000000000010b14d00c544fe889ac07b0c6d6ddfe2e8e10d1e88a4b5 2,588 1.00/1.00 vMB 41
602,806 602,806 00000000000000000001d46c4a3f7a2fcf2e5a0a7d049a0133a94ccb381aca8f 2,074 0.73/1.00 vMB 26
602,805 602,805 0000000000000000000fbe0d3cfd21efb435e0cc5320d10c4d0f922962d1430c 213 0.07/1.00 vMB 27
602,804 602,804 0000000000000000001286a913d99d74f773473d27e22103a4179f003e781717 2,544 0.98/1.00 vMB 26
602,803 602,803 000000000000000000054016774ae90e98c869ae149f75093f21ea8d263bdee9 326 0.11/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.86 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: 639.13 GB
    • Received: 12.51 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.