Loading Tool

Explorer IconExplorer

Memory Pool

39,709 transactions
26.82 vMB
0.08579334 BTC
Random Selection Loading Transactions
Max Size: 138.06/200 MB

Candidate Block

Mining Attempt 0d9d95c228c029cf170e24c2d14449f1f4ad76159b84d85010014a7aed2023b9
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root d660666c8bc5b7b6355ec765811f657d3c1d674a8e1211a5761b195305dcb6f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,334
Size: 1.00 vMB
Total Fees: 0.03342498 BTC
Feerates: 197.12 > 3.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (210,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,966 703,966 0000000000000000000d60b4c25f3a41eea17e267439368d5115aae0b8397990 2,860 1.00/1.00 vMB 25
703,965 703,965 000000000000000000086d6c9d2a042e8a6a8b0a64aec0aafd2b331428a1c2f7 1,714 1.00/1.00 vMB 14
703,964 703,964 00000000000000000008b64767cefe3319a76e12fc9700fce73b13d602662ac9 3,359 1.00/1.00 vMB 18
703,963 703,963 00000000000000000000d3770818591307a7f02a0bdb0a1fe1a514585f4c1052 1,968 1.00/1.00 vMB 24
703,962 703,962 000000000000000000038b59521b0a4237f340838928fb3bdfb8bf4ac62b0971 3,329 1.00/1.00 vMB 21
703,961 703,961 00000000000000000003c0d2d5a8a821572e5d2ccbe62f5515f3e1ff78b10cf5 3,347 1.00/1.00 vMB 42
703,960 703,960 00000000000000000008ba43936dca0316669f1d46c55ae392d33b5c4ab6c05b 3,343 1.00/1.00 vMB 35
703,959 703,959 00000000000000000008dadfab6bc8d1721df8fe8cba59d2a152b9cd7e7e34d1 1,499 1.00/1.00 vMB 14
703,958 703,958 00000000000000000005ffff333380f2e799114d5f3d5683706ae3a156158713 1,104 1.00/1.00 vMB 15
703,957 703,957 0000000000000000000435be9c64aefb88f170e4821b5e2cd82d8c276239bd76 1,451 1.00/1.00 vMB 18
703,956 703,956 00000000000000000002bd9e819d0f800a9d4cf8f83b946512e6588b38065935 2,012 1.00/1.00 vMB 16
703,955 703,955 000000000000000000008a249053cc5b0231aad360ffb89131e7b7dddeacc968 3,235 1.00/1.00 vMB 34
703,954 703,954 0000000000000000000979bdfbd4fe2b529e62542aae2af7280f67641667c168 2,846 1.00/1.00 vMB 28
703,953 703,953 00000000000000000001234487842908ef942ba09c9b34ab93b273dda504475b 1,193 1.00/1.00 vMB 13
703,952 703,952 000000000000000000065f39195ca09d0260389e5af450605af0ab6e563bc23a 2,904 1.00/1.00 vMB 16
703,951 703,951 0000000000000000000aaf4d11fdc74a56a37db06875fac62810a795484bb6be 3,172 1.00/1.00 vMB 20
703,950 703,950 000000000000000000009be3a3b7a1bff5be0ff3c8d102cc44cf98632aecdf1a 2,813 1.00/1.00 vMB 34
703,949 703,949 0000000000000000000bc75dc61c24869ea7551764780e4cd9b85a16ded1cdcc 2,929 1.00/1.00 vMB 27
703,948 703,948 00000000000000000002d3528f1865117b6b6e0048aad79dc885ba88fa8c31fd 2,512 1.00/1.00 vMB 22
703,947 703,947 00000000000000000001e08671e9862d863e8aa856bd4fa250344feeee892e02 1,974 1.00/1.00 vMB 19
703,946 703,946 00000000000000000004fd21edf0d39c60b38baffd83ee21121bc457dba69d0a 2,983 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 781.81 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: 635.13 GB
    • Received: 12.29 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.