Loading Tool

Explorer IconExplorer

Memory Pool

74,382 transactions
27.52 vMB
0.07030635 BTC
Random Selection Loading Transactions
Max Size: 167.84/200 MB

Candidate Block

Mining Attempt ae86a1637c4d732ecdaf482d47e58dd4bb83e85e7cf5594cd174ee9917c49a18
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root 463e1208b8dfaf7db852516451eaf37158d449d5876923f32bd3ac91ab6b7162
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,539
Size: 1.00 vMB
Total Fees: 0.01161826 BTC
Feerates: 65.93 > 1.16 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (347,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,841 567,841 0000000000000000001d1e88bc0deefeb5e1f10de34dc41b25e339d651dafaf3 2,751 1.00/1.00 vMB 26
567,840 567,840 000000000000000000157948cb11b31d035beb246a3d6579aca457e2c5d191ac 2,540 1.00/1.00 vMB 13
567,839 567,839 000000000000000000097dbe0f10914288492f30b35996c64c376714b7b67649 3,253 1.00/1.00 vMB 45
567,838 567,838 000000000000000000077bc1326e83cded7230f0167a7f3fef16b39dbe4b0dff 536 0.19/1.00 vMB 16
567,837 567,837 0000000000000000000b3b9b33f86e2f147a90254fdb3957341dc98803f9d6f9 939 0.32/1.00 vMB 19
567,836 567,836 00000000000000000006d0bd1ba0dbbba4d08314bd9aed16ead8364dd4f837e9 1,466 0.81/1.00 vMB 6
567,835 567,835 000000000000000000275860f9fb3c348d3dcd0af7e71fbafc1b265e76baedc7 2,725 1.00/1.00 vMB 23
567,834 567,834 0000000000000000002d2cdc155e3ed4cd1904aaa758a17dfb3f294e6c8fb7e3 604 0.40/1.00 vMB 10
567,833 567,833 0000000000000000000333e20bc381776a2c7a4afe51f2ac9c79b9bafcdcd08c 1,773 1.00/1.00 vMB 12
567,832 567,832 0000000000000000001d3ae596ed3cac5d37ba4816e540f39522bbf9482f7238 2,595 1.00/1.00 vMB 16
567,831 567,831 0000000000000000001e165d5326ffc2ce5d54f6a61754ab8f59561c9dd2eceb 2,838 1.00/1.00 vMB 7
567,830 567,830 000000000000000000032b9bf06d868b652c188ab74f8a8bea65cae01704e577 2,639 1.00/1.00 vMB 36
567,829 567,829 0000000000000000001a3c834f9fbeaed955a9a7d70301267abb142250f26fc8 1,341 0.63/1.00 vMB 5
567,828 567,828 0000000000000000002e19227494ecd6541b80b2e5f887eefb8a8897b685d905 2,205 1.00/1.00 vMB 13
567,827 567,827 0000000000000000000417c5a6ceaefcc6d585dbf21ac6bace766b66141c1352 2,660 1.00/1.00 vMB 27
567,826 567,826 000000000000000000214f112c891e3b6700751a57ca0b2452fb16bebe54ef67 1,627 0.70/1.00 vMB 13
567,825 567,825 0000000000000000001760709d7884f5365c5856bca3312bf5c18508d9f6de5d 1,394 1.00/1.00 vMB 7
567,824 567,824 00000000000000000024bfd6efa3f4aa9184c8fbb97285b256f06fd749924cf4 2,187 1.00/1.00 vMB 14
567,823 567,823 000000000000000000239b278741ff32e9a9e5ab847fa6a9f6b2a3456e43e638 2,535 1.00/1.00 vMB 17
567,822 567,822 00000000000000000011c411b61faea8ea8de246bb9de60e89d538dcae527465 2,261 1.00/1.00 vMB 5
567,821 567,821 0000000000000000000c90544a3ee2bffc68f4df9440bed0cd06081056c74b7a 1,096 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.83 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.78 GB
    • Received: 17.12 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.