Loading Tool

Explorer IconExplorer

Memory Pool

46,189 transactions
28.64 vMB
0.06922504 BTC
Random Selection Loading Transactions
Max Size: 152.65/200 MB

Candidate Block

Mining Attempt ab0c1d912f484d641d9206103aebc33f748d7635d46df43dd7ad262b6206b6f3
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root d1b590d8797a48fc4ac99776dcbe6f4fc23958fa7c3c8aba406b647e8b98ca2b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,487
Size: 1.00 vMB
Total Fees: 0.01488570 BTC
Feerates: 73.20 > 1.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (739,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
175,517 175,517 0000000000000768a7b418125a75a2fc08edad4374bc9cc9b45fa905964ef2ea 13 0.01/1.00 vMB 787
175,516 175,516 00000000000001034b9c93bfd0a2d9e66e6354bd7e4200ec1aceb5cad5ce3e0a 71 0.02/1.00 vMB 23
175,515 175,515 00000000000007a74587643af8034f0a2bb98d4dec1779d5bc7260c47ddde87a 104 0.08/1.00 vMB 148
175,514 175,514 0000000000000a78bc87c55f7cb083ef8ae5fa840d5a10f052852503438d2140 54 0.03/1.00 vMB 134
175,513 175,513 00000000000008e1a58c79df229ac11a96bdbeb20c5644443741d489fe81b6d2 121 0.06/1.00 vMB 160
175,512 175,512 00000000000009829d1f0ac154a1c8915c9954af390e2b2dadc48e0ba9aeb0f6 34 0.02/1.00 vMB 137
175,511 175,511 00000000000004443ff3b1d306a8ef1157f13eba9bf619888cb9106a65171b90 93 0.03/1.00 vMB 68
175,510 175,510 00000000000008439051543541800f04c7d1ca0285e8f5c6d42fa8d650e3925d 16 0.01/1.00 vMB 38
175,509 175,509 0000000000000111512910687157e86556c01f627c0c43cc100d6cfe7d2facd3 36 0.02/1.00 vMB 30
175,508 175,508 0000000000000a81e3fdffe823f9aa44537e2ad76a6ae95ac5e64b4e7590f412 10 0.00/1.00 vMB 156
175,507 175,507 0000000000000328aadc72bec16030bfe4dfb99d1e15f3c2567ef43138a226e6 58 0.04/1.00 vMB 587
175,506 175,506 00000000000005552c41f0bf108f7de0798e6f2da76901a4a51b8858f5ba8cb8 21 0.01/1.00 vMB 71
175,505 175,505 0000000000000347334a2136f16112305e843c9403cdb7466d371c014c89f482 67 0.04/1.00 vMB 211
175,504 175,504 000000000000065a72c60613459354b4aab0cef5038ba0a57cae0f1fd7dc7631 13 0.01/1.00 vMB 45
175,503 175,503 0000000000000915b17c06ab3acf180160958c260b4c1632f8ee97be2f39fb09 9 0.00/1.00 vMB 45
175,502 175,502 00000000000002ece5a2b4bd83037edfb646099a0753f3806e0105c01d681b1c 24 0.01/1.00 vMB 47
175,501 175,501 00000000000009d4cfbb7453819e6f84cd49672c4c8ae81a09f4b47c38100707 19 0.01/1.00 vMB 187
175,500 175,500 00000000000009b1d4aff8894373fb3bc600b85b7705e368bbc01ee4e5da468a 49 0.02/1.00 vMB 45
175,499 175,499 00000000000003f7ff8d71378e4274486d1a6b729cf645fd6f3094a0d75dc15f 21 0.01/1.00 vMB 65
175,498 175,498 000000000000042c89be52c6959fb24c79531212be8eb3f59ba766a6032bd682 70 0.02/1.00 vMB 10
175,497 175,497 00000000000009d1363895798c6c9a2a3ff1c57ede3092521739ec9dd15d262e 66 0.02/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.