Loading Tool

Explorer IconExplorer

Memory Pool

50,922 transactions
30.44 vMB
0.09571939 BTC
Random Selection Loading Transactions
Max Size: 163.27/200 MB

Candidate Block

Mining Attempt 5c11b7b8ade060f4e6f3725d26dd6ab95e5e62e28307b6fd1abcba031ebb550b
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 74e6bf634e009757b16e7b70a3481e1ba184442755bdf275a43dfd575eaa4cba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,602
Size: 1.00 vMB
Total Fees: 0.02384427 BTC
Feerates: 202.16 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (92,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,687 822,687 00000000000000000000b3d8c0b3723fe08c7a6d3d57323094029a1cffe2a4aa 4,141 1.00/1.00 vMB 93
822,686 822,686 0000000000000000000075cc4c664522c208b01b435e7db551447acd08a35885 5,500 1.00/1.00 vMB 76
822,685 822,685 0000000000000000000003e3deae0732b19ebaa4a175fb6a5251f330dbd4bd77 4,873 1.00/1.00 vMB 90
822,684 822,684 00000000000000000003c02ea8685e614528f6a40b396e47cd8b59b31ad2768f 4,220 1.00/1.00 vMB 107
822,683 822,683 0000000000000000000232f495dbc2882356b1972e52ff2c9f528a496a9b93c4 5,845 1.00/1.00 vMB 97
822,682 822,682 000000000000000000018cedcc5f90889b3f83b0ff9cf336c0aa4e43bd964040 4,106 1.00/1.00 vMB 85
822,681 822,681 00000000000000000000fb1157f7ecb87ddc4d0674a39c91cdcd2578b98d9f2f 4,429 1.00/1.00 vMB 117
822,680 822,680 0000000000000000000200cab6b083da55ea0aa0e7e567f1b819977be61e1421 4,480 1.00/1.00 vMB 110
822,679 822,679 000000000000000000037533aef65ef5380895eda59f7a69d62ede396c6d56b2 4,287 1.00/1.00 vMB 86
822,678 822,678 000000000000000000009f662c9f5caa346543c55d2486a3ca08711b58037948 5,206 1.00/1.00 vMB 102
822,677 822,677 00000000000000000000e8041efffceffba732751539ca1d58de88c11a2a752d 4,727 1.00/1.00 vMB 94
822,676 822,676 00000000000000000002db0e4498defe7d84f0c7e13c4afd8c2e8dc7000bafbe 4,299 1.00/1.00 vMB 128
822,675 822,675 0000000000000000000053d98627b222c5a0e80e721f9b355d79e89d6b8bc3e8 5,144 1.00/1.00 vMB 97
822,674 822,674 00000000000000000002ade6803b516b2786b46a0e083f7f1e699d9503e9ded7 4,873 1.00/1.00 vMB 101
822,673 822,673 000000000000000000021f605a0fdf40b6437d6efd15710218a1d7f29a9cb9f7 4,592 1.00/1.00 vMB 113
822,672 822,672 00000000000000000001d6c36031d1127b440586375dc7d0ccdb041acdf535ba 4,414 1.00/1.00 vMB 130
822,671 822,671 000000000000000000034c422076715bce800f539bb290e3610310f394c332c0 4,079 1.00/1.00 vMB 107
822,670 822,670 00000000000000000000062fe4d2eda927e2851aef8cb9bbe02e816094f1c662 3,551 1.00/1.00 vMB 133
822,669 822,669 00000000000000000002a5704d21f234d389c0f31ed7f0a0a1de0bb484b2d3f5 4,470 1.00/1.00 vMB 115
822,668 822,668 0000000000000000000181a344325714f602529b0bae3ba49ed341110869383a 4,308 1.00/1.00 vMB 109
822,667 822,667 00000000000000000001da07eea8bfda42b66b5bc2e6bf5178b561dc27162d6d 4,557 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.44 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.