Loading Tool

Explorer IconExplorer

Memory Pool

73,999 transactions
28.14 vMB
0.06832780 BTC
Random Selection Loading Transactions
Max Size: 171.60/200 MB

Candidate Block

Mining Attempt 8fc26dcdea52ca0af392b3e70cc5fa97e69f644594cdf4708ad038a0594b699c
Version 20000000
Previous Block 00000000000000000001b8fe66e50f6fb16a2fb40ba913d63eacf4d29f5658c7
Merkle Root 4ebc29c328fb0a37a4dcbc41aebdbfbd8fb2728812dbff8f5281a83b4dca55be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 659
Size: 1.00 vMB
Total Fees: 0.00766358 BTC
Feerates: 150.77 > 0.77 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,249 (319,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,622 595,622 000000000000000000123cf39cb1e8c82232cb9389954c00b7b88293d54f9614 3,384 1.00/1.00 vMB 53
595,621 595,621 00000000000000000006d157413fdf5c768791e1c0da8fa751f8f6fd30b6d6d3 3,284 1.00/1.00 vMB 80
595,620 595,620 000000000000000000145439dbddc0ecce4590ce16c48d535c2f55d2b150a230 3,357 1.00/1.00 vMB 45
595,619 595,619 0000000000000000000725f87da7402d5882474f54c0f7fc11bce43a6c6b2a37 1,976 1.00/1.00 vMB 84
595,618 595,618 0000000000000000000a83e1728ea9deca33c3c9017cbb1495861b398c81d655 2,209 1.00/1.00 vMB 52
595,617 595,617 0000000000000000001007e1263b514840ea463d05f5a1c3a67a772bc7442878 2,086 1.00/1.00 vMB 66
595,616 595,616 00000000000000000010e2d0fbbb5f1e825c099c249c7a8ef3f1634137806344 2,865 1.00/1.00 vMB 68
595,615 595,615 00000000000000000004228287461633d8d9966bb94ec7379993aa6d9810a4da 1,473 1.00/1.00 vMB 66
595,614 595,614 00000000000000000008a469a879d55246426bd2a0188f61031de7efb66e1ee6 1,311 1.00/1.00 vMB 78
595,613 595,613 00000000000000000001e5257b27fb7987353e4469c399f328072daaf23c8bae 341 1.00/1.00 vMB 94
595,612 595,612 00000000000000000005cba48f4670b53354a85620adae87278581c7f0413644 632 1.00/1.00 vMB 108
595,611 595,611 000000000000000000048062bca36d06b18f06c9c2fcd7d4f799d7587213d6d6 1,153 1.00/1.00 vMB 51
595,610 595,610 000000000000000000051fa25d26be14fac9283a03b5c7dc691c5112f7ec65b4 2,946 1.00/1.00 vMB 25
595,609 595,609 00000000000000000010b852f88b8614e04af1192430226c7590a832996bd5db 2,732 1.00/1.00 vMB 11
595,608 595,608 0000000000000000001566fd574a31357e5d18d025f0890c7716662b6b6e0abe 3,121 1.00/1.00 vMB 23
595,607 595,607 00000000000000000000f577663d3350129c7cd96c58c442f4cfe505feace8bf 2,936 1.00/1.00 vMB 24
595,606 595,606 0000000000000000000981e570d8c1f820af579401a0aacfa9fe6476f2cb5f7c 2,995 1.00/1.00 vMB 18
595,605 595,605 00000000000000000014cba0f1fb18b38d5db0463cb28fd8c7292433ce3f5743 2,571 1.00/1.00 vMB 20
595,604 595,604 00000000000000000015646a445e7e9b8c089d1097bcb9353521edc39c5e449f 2,926 1.00/1.00 vMB 18
595,603 595,603 000000000000000000034d257c35d5584b632645ba9e8822be4f2d61f13ab5b1 2,919 1.00/1.00 vMB 26
595,602 595,602 0000000000000000000b902b00679974f474778cb989c59a6b7e3612ea64fda2 3,229 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.82 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: 711.17 GB
    • Received: 17.09 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.