Loading Tool

Explorer IconExplorer

Memory Pool

83,525 transactions
31.16 vMB
0.08962102 BTC
Random Selection Loading Transactions
Max Size: 190.51/200 MB

Candidate Block

Mining Attempt 17cb5baf9db53dc0894ce7ee693a7e391afcbe2046a3867bc88dfda25c703186
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root 99e1c914a6ab7b27aa81bdcca2c11b3555bc637bb2d5e962efb4e31abfa06f36
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,951
Size: 1.00 vMB
Total Fees: 0.01918994 BTC
Feerates: 299.43 > 1.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (381,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,607 533,607 0000000000000000002a0ada5ccd02ad87f12090ac2c09831f990de9c59956d6 660 1.00/1.00 vMB 49
533,606 533,606 000000000000000000291905ac8bb5acdde91f5aec6293d61d0643cb6104daaa 1,105 1.00/1.00 vMB 62
533,605 533,605 0000000000000000002d5a8281d238291c2da2f2729ae44b424ede19a4924062 765 1.00/1.00 vMB 72
533,604 533,604 0000000000000000000e1e316fc335de2a1a40e0b3d120d1ae33c1618c35c6a5 2,558 1.00/1.00 vMB 6
533,603 533,603 000000000000000000233cdff55fd55dd40549f072dcf3f9e5747a10cbf869a6 2,623 1.00/1.00 vMB 6
533,602 533,602 0000000000000000001a7d5339746ed6231fca15c9caf9d1e5f7ab91146d8dbb 2,720 1.00/1.00 vMB 47
533,601 533,601 0000000000000000001433da93167a68aea968dc80ab3a27b7cbdd7cba1571b7 2,388 1.00/1.00 vMB 25
533,600 533,600 0000000000000000001dc9cf2269cc01b1b0e907c25081f7f68305311202f199 2,470 1.00/1.00 vMB 38
533,599 533,599 0000000000000000002a8954c80cdcffc00e5dc1e815b6f6a04484e2633d5fbc 748 0.36/1.00 vMB 20
533,598 533,598 0000000000000000000017a09b88a417fda69c08bbd10c21a42b4e9df7d583c6 246 0.63/1.00 vMB 1
533,597 533,597 00000000000000000022c8d6d02f2d086a3854103871b5d2e9ab25fce1f0033d 2,432 1.00/1.00 vMB 17
533,596 533,596 000000000000000000316b21a6d8dac5bb5f8d68857d23285579547249cd8ab5 1,934 1.00/1.00 vMB 24
533,595 533,595 000000000000000000227740e8f8fb9a5ced9ab99ecd6b73ec127b9e3187a0b9 479 0.24/1.00 vMB 16
533,594 533,594 00000000000000000001df85f29efd7ced19342b759ee7cb56a2e2f9d0588593 182 0.07/1.00 vMB 14
533,593 533,593 0000000000000000002a44ca2d10689d0fa865b6a82a9e7f7ab3966a9d81084d 732 0.49/1.00 vMB 10
533,592 533,592 0000000000000000002916427bc38f7c4a9630e41fc758ebf831f68a7829ef40 1,820 1.00/1.00 vMB 22
533,591 533,591 00000000000000000018b468cde5d1884e852d24e8fae4ef899f2c52171f6797 952 0.50/1.00 vMB 12
533,590 533,590 00000000000000000020f94d8c2bdff3292636c09756a4a0b59dedc7b4358f8c 412 0.96/1.00 vMB 3
533,589 533,589 0000000000000000001420bf3137b3b29b114a58ab261b617b71075c36b9d5d5 2,238 1.00/1.00 vMB 15
533,588 533,588 0000000000000000001158733274359dd1965d7ea4c2a634135bf317db1de5a3 550 1.00/1.00 vMB 7
533,587 533,587 0000000000000000002e646a291eaa0ec18f46d9504f8595ee25ed86972b94cd 1,329 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.99 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: 717.35 GB
    • Received: 17.85 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.