Loading Tool

Explorer IconExplorer

Memory Pool

43,777 transactions
27.14 vMB
0.06315523 BTC
Random Selection Loading Transactions
Max Size: 143.11/200 MB

Candidate Block

Mining Attempt 68c03cec429a2f8d1e81e9938aebde57e8323aa229fa4dbf46ecd18076de3d42
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root 948878ef7e190f6c84b205b99952dcffc24a81a33de6ed633ee9d9359fefb0e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,628
Size: 1.00 vMB
Total Fees: 0.01252647 BTC
Feerates: 502.65 > 1.26 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (341,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,778 573,778 0000000000000000000aa25dd1d85bbad95537559da6da6a855f39097b6063ab 1,324 1.00/1.00 vMB 38
573,777 573,777 0000000000000000002b3336aae89758285447ecf0db07c9a24a27fc21741369 2,659 1.00/1.00 vMB 19
573,776 573,776 00000000000000000019b9e078fe9072c5423ff527065b052857406aeab798f8 2,744 1.00/1.00 vMB 38
573,775 573,775 00000000000000000000cb86b70db7b77ab82effbc61523480df5ada02384d99 2,880 1.00/1.00 vMB 42
573,774 573,774 0000000000000000001b7be436cdda7529695bd800a7b60e3e0d1daf23ad77d8 2,887 1.00/1.00 vMB 51
573,773 573,773 0000000000000000000389d4fc703f6497d280b705809bedb15562ac02cbabed 2,857 1.00/1.00 vMB 76
573,772 573,772 0000000000000000002b4153cb8fe45ed9d8834dc15a6e6544881591b4ff0be6 2,272 1.00/1.00 vMB 36
573,771 573,771 0000000000000000000ac60d8aad0428454ea20edcedf4999bd65f1fc0168f12 2,879 1.00/1.00 vMB 68
573,770 573,770 00000000000000000023e7cd13ba8b45e20b372b8db61911f4b134a301679e5a 2,637 1.00/1.00 vMB 26
573,769 573,769 0000000000000000000f5a4436186a670e4e86b4069a19d0da180529fb4d1a40 2,879 1.00/1.00 vMB 37
573,768 573,768 0000000000000000002022c4d8df180aad7c159a6ef49ba3b7b6bb06f0c07b98 3,085 1.00/1.00 vMB 53
573,767 573,767 0000000000000000002ac28fd9f36cc949564cab4302c5856f32ec7651e8ded6 2,672 1.00/1.00 vMB 54
573,766 573,766 00000000000000000023760dda2fc6e4bc90e755ac1154766104d139a6476d36 2,086 1.00/1.00 vMB 49
573,765 573,765 0000000000000000002bd66b68fa5797aa909a7013d46a4ba135cad5ce02bb8f 3,072 1.00/1.00 vMB 84
573,764 573,764 00000000000000000013accd8fab0a40ef63d605749b8e60b1fc49f71d875d65 2,839 1.00/1.00 vMB 68
573,763 573,763 000000000000000000060d0c01796b210b3a8bd1f705d75a9bfeb6f968c99df1 2,496 1.00/1.00 vMB 66
573,762 573,762 000000000000000000171eb0b0170c22f28b2fc08e9a80e15492c466d988c08d 2,460 1.00/1.00 vMB 67
573,761 573,761 00000000000000000009857a7e805c8ba3c03e899748a5b89ce37bf4a74ce766 2,599 1.00/1.00 vMB 44
573,760 573,760 00000000000000000016827012fe24c21808bb640637f5b84f2229fbdde21153 2,984 1.00/1.00 vMB 69
573,759 573,759 000000000000000000029561697a62efc5f64dba298a61791210ad4cc7725ce2 2,886 1.00/1.00 vMB 88
573,758 573,758 00000000000000000004a27ed39d193f03cf4eae5136ffd9d2a3a30b9302cfbd 2,544 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.24 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: 655.23 GB
    • Received: 14.28 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.