Loading Tool

Explorer IconExplorer

Memory Pool

80,478 transactions
29.70 vMB
0.07062188 BTC
Random Selection Loading Transactions
Max Size: 179.22/200 MB

Candidate Block

Mining Attempt 1182b1a535700550ce9c805d1bad4b51829849fc7b3c2232a094e730512b6554
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 7ca530c9d65e6acbe44bfa6aa29fbf4a00f151aecc4bfceb621c77546f7b1730
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,081
Size: 1.00 vMB
Total Fees: 0.01019275 BTC
Feerates: 502.67 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (763,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,864 151,864 0000000000000035cb830829066b333345e2b49f6fad642ed5e146ee0522421d 84 0.03/1.00 vMB 71
151,863 151,863 000000000000045ed0df8f53d05b5dea7b8a2816eb6275ac17c61350e9fd41c3 105 0.04/1.00 vMB 145
151,862 151,862 000000000000008c4473b93b6c6a8f70c28ccfac7b37dc4b105e0ca4bce603f9 63 0.02/1.00 vMB 62
151,861 151,861 0000000000000754cab517a1392d6b514817ec8323d8177131c0ddd70223a0a2 32 0.01/1.00 vMB 222
151,860 151,860 00000000000003e49118a7c817bf9b839f5fbae1d4fa944c5efdd4ca1d97e644 110 0.04/1.00 vMB 133
151,859 151,859 0000000000000700c86bee8122b6f844626c5d6cddf740118dcba84fa4701692 15 0.01/1.00 vMB 51
151,858 151,858 0000000000000893153676ee8f7adc7d1ea73c46f1ccf8c329afdc26f4d77733 16 0.00/1.00 vMB 70
151,857 151,857 00000000000000fb3bfada0096d8430db5892a2134e0715a83b0d9b32bac3514 52 0.02/1.00 vMB 69
151,856 151,856 00000000000001b2c2eca93cf76fba08f23a39c5f1808dc48aadc864444f9cdb 48 0.02/1.00 vMB 139
151,855 151,855 00000000000005ec226dd5e9b94d75b301c3d49c371a943e4b72bb9a98c34863 13 0.00/1.00 vMB 99
151,854 151,854 0000000000000971161f853144f5d4ef9530b2d77ae44d3f230cc74715db2350 85 0.03/1.00 vMB 124
151,853 151,853 00000000000006bb0300c771bb1e8a2a3637e56a4033ed0d89369d17fa393dc8 111 0.04/1.00 vMB 90
151,852 151,852 0000000000000624a4404ea9aea9faecd5740b05035c2bfd360d73915f9e9060 82 0.04/1.00 vMB 191
151,851 151,851 0000000000000d42d3ed2dbd631478e95d8d6fe64c077f71b70f8a042698d3a1 9 0.00/1.00 vMB 163
151,850 151,850 0000000000000bf7e56c9f4c39d216f781d5761d7e49eb8e6289a223933ddac6 110 0.05/1.00 vMB 153
151,849 151,849 0000000000000726286afee15bb4851c6641ceb0c9c8bf183466e60b4062dff8 9 0.00/1.00 vMB 3,431
151,848 151,848 00000000000006efc243d3dd5bac6d35d190f61d460a4d42357a54633351838b 43 0.02/1.00 vMB 90
151,847 151,847 0000000000000b95e6170137327d7d7f199aecb25d00fd200be2004b151a9e1d 82 0.03/1.00 vMB 37
151,846 151,846 0000000000000a431c994161451d374ab321516c36587a4c1c73acf46a44b59c 57 0.02/1.00 vMB 124
151,845 151,845 0000000000000c0bfce225ea17a4d47517a712f66baeaa030b002127c4c14c97 87 0.02/1.00 vMB 14
151,844 151,844 00000000000000cfc95e4c13ffb1286516a142425b23cd05dd2e75b83b89dd33 24 0.01/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.