Loading Tool

Explorer IconExplorer

Memory Pool

76,012 transactions
28.41 vMB
0.06691535 BTC
Random Selection Loading Transactions
Max Size: 172.05/200 MB

Candidate Block

Mining Attempt 1e66c8c0e5ea66f47d73e5c5bb4cdc398439d7ab032448882b2372670e5967d5
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root bd3b9f591cb7f0a53a7f81f77e619a1f3a4374cf3e02f1aaeb381de4d47b085f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,642
Size: 1.00 vMB
Total Fees: 0.00811163 BTC
Feerates: 101.00 > 0.81 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (101,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
813,848 813,848 0000000000000000000307afcd408950765ca79ae0480b6d8db9c72a08665525 4,867 1.00/1.00 vMB 14
813,847 813,847 0000000000000000000283a5702709c495051981f70595ff60b3366a8d77dc01 4,244 1.00/1.00 vMB 12
813,846 813,846 00000000000000000000c9e1dbacc9846ca0ac7e2ec3a181782761b49ce65590 3,577 1.00/1.00 vMB 28
813,845 813,845 0000000000000000000400e2eb7f1382cc87ccbb08a19b8c5ab0ab6ccee8bb73 3,735 1.00/1.00 vMB 10
813,844 813,844 000000000000000000048fb4e2e2fef7ee4034c9d8e7cd0bfcd19f1981de65c7 3,182 1.00/1.00 vMB 28
813,843 813,843 000000000000000000039c8eea861caab096e1675fe7369a99a1df1e72952b14 2,354 1.00/1.00 vMB 13
813,842 813,842 000000000000000000027225ecca2a676221179febdaa2fc63cc7889406f61a5 3,290 1.00/1.00 vMB 31
813,841 813,841 00000000000000000001b56c948c866a4dbbd311c7e9cec016bd666417299404 4,631 1.00/1.00 vMB 24
813,840 813,840 000000000000000000004b8ae4bfad1da403c714965bb84d838b2333407fde91 3,040 1.00/1.00 vMB 29
813,839 813,839 00000000000000000004248f69d3457276a1554d79aec88fa19736812dc57876 1,805 1.00/1.00 vMB 14
813,838 813,838 000000000000000000041f8ee0485d49af33c9689fbe57c746a12c5dc7f3c1b3 2,845 1.00/1.00 vMB 31
813,837 813,837 000000000000000000007e09e9297829d3603d54b6c4a4592ecc6d1f019f81bb 3,151 1.00/1.00 vMB 37
813,836 813,836 00000000000000000000796097b7cf1ca67ee32f242a90d49ea6bd8b025d2708 806 1.00/1.00 vMB 10
813,835 813,835 0000000000000000000162328ab2997f64587d6a8f8096f1ad3acf1509642463 3,276 1.00/1.00 vMB 20
813,834 813,834 0000000000000000000273980adf16e23613c9f4cd02f64af289094943936fe6 3,811 1.00/1.00 vMB 35
813,833 813,833 00000000000000000000eef4bcf6551c4b7ba39d487d9352830c138db05b51be 2,675 1.00/1.00 vMB 19
813,832 813,832 0000000000000000000347cdd34b2f828e592f773d783157f2608caeff33e37c 2,739 1.00/1.00 vMB 30
813,831 813,831 000000000000000000034a28a3ff1fbfaf0f988ab4c7600a11e4efe280775220 2,250 1.00/1.00 vMB 23
813,830 813,830 00000000000000000001da51f39a0626e31b96fd7ea8b8d8c84bcf7f2cd60302 1,572 1.00/1.00 vMB 31
813,829 813,829 000000000000000000002c50214307e29b357eb7a2b8ff12001275fedb11ce0e 3,431 1.00/1.00 vMB 37
813,828 813,828 00000000000000000003a34bdb72ddbdbd1fbc09dfb2f1099e5aeeaee3cabf7d 2,760 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.