Loading Tool

Explorer IconExplorer

Memory Pool

36,754 transactions
28.62 vMB
0.06533865 BTC
Random Selection Loading Transactions
Max Size: 143.28/200 MB

Candidate Block

Mining Attempt c2cea59e2e9978bb2a55e5046205b52b879f61366ff306ecd717f2a30473fad0
Version 20000000
Previous Block 0000000000000000000059402129e8cfb80bd7c408e1eb706635b3b834353019
Merkle Root 323cb663de6cf1df3c2dfbb340c3a9a600d93d669cfaa826443c40be70279b76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,105
Size: 1.00 vMB
Total Fees: 0.00976185 BTC
Feerates: 100.33 > 0.98 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,527 (793,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,611 120,611 000000000000563008055ef5c0b1a9a2ca5d1c0ba879cebfeec4b7920917e262 11 0.00/1.00 vMB 638
120,610 120,610 00000000000092b0e7e303c4cbf4bc54199d9fb0bd05509f095709a685db162e 12 0.00/1.00 vMB 0
120,609 120,609 0000000000002a5ff2b16cfab17189e6d54dfa7bdb1d28b39339f5dc150e45f9 23 0.01/1.00 vMB 334
120,608 120,608 000000000000143b198b9e6a3c09b4e2ad0e7179d5ca0a691f1243e9a7e1aeb9 8 0.00/1.00 vMB 495
120,607 120,607 00000000000071d1d673117558f94a17586d18e4211b38a4f5844fda02be470f 38 0.02/1.00 vMB 912
120,606 120,606 0000000000000154628475a2a0c22eb0a412161b213d45e8441a196992a0aff9 2 0.00/1.00 vMB 3,875
120,605 120,605 0000000000007f9f2f2ab0dda11f7c106b000c1228160bd73bc43149359803a9 21 0.01/1.00 vMB 541
120,604 120,604 0000000000004be100ce294964bf4c3f58120723aeb95b11eb152e0a9bc2b9c3 11 0.00/1.00 vMB 1,029
120,603 120,603 00000000000020258a6e27fc6be7f1cdbe1ebba9a7f534f24d882effaadb8038 19 0.01/1.00 vMB 130
120,602 120,602 000000000000728b246402eb3d3437ebcce4cf866f051f9eadd2c5362f11dfcf 3 0.00/1.00 vMB 4,149
120,601 120,601 000000000000885b9e32f504fac3022a553f606014f1833284d9e4d3eebe5527 6 0.00/1.00 vMB 304
120,600 120,600 000000000000879a6376bea11ffaf2d89897004c3d7ba8c96c0fa8e3de737629 33 0.01/1.00 vMB 696
120,599 120,599 00000000000051ac8b728718c4aab2faa1bf17a8e99cddbc2ba774c713612c11 12 0.01/1.00 vMB 751
120,598 120,598 000000000000334ecc22bbd175d4d00c45823371692e7e6250f8349b3babe3db 7 0.00/1.00 vMB 704
120,597 120,597 0000000000007067e1516530e36d88f4e3444967eca151e9a8c39a1334161a0e 14 0.01/1.00 vMB 1,100
120,596 120,596 0000000000006f166296706f0dd397cac5c2d1f5f418d2549b8bc513fec473cf 44 0.01/1.00 vMB 770
120,595 120,595 00000000000017f84a05a0f0f38245f91a47a7fb4369b1c52b8eda2eec8527ba 47 0.02/1.00 vMB 333
120,594 120,594 0000000000004ba33ad245380d09ed2cf728753421550c23837ac3007ec4c25a 11 0.00/1.00 vMB 605
120,593 120,593 0000000000004364bd500086cb4b973427a5bb25238c6b046052a740868b468f 19 0.01/1.00 vMB 1,022
120,592 120,592 00000000000064aa4dceda639340d992db31906414359b584985cae05b7f84b0 3 0.00/1.00 vMB 0
120,591 120,591 000000000000b4d64f8141272706f25c7083a5e060868861eb4551fd21806df0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 621.23 GB
    • Received: 11.23 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.