Loading Tool

Explorer IconExplorer

Memory Pool

34,989 transactions
25.63 vMB
0.05796455 BTC
Random Selection Loading Transactions
Max Size: 130.70/200 MB

Candidate Block

Mining Attempt 357cc1e6fb82ef9e4da25ba96705bc8c3969911e4543f3e081a73d3b80066728
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root d83538d674784b966a21d6756f295500f840e9265cb726ea2a17ccc6d93e25ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,168
Size: 1.00 vMB
Total Fees: 0.01133574 BTC
Feerates: 145.40 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (528,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
385,991 385,991 000000000000000002b69ee6ff12025b9492bfec6ed320b8eb19af7ef3bc5d6a 1,289 0.75/1.00 vMB 25
385,990 385,990 00000000000000000260c8a7c1e06ea15412cd464d8f3e8f9ac9e1afc4efd80e 753 0.25/1.00 vMB 63
385,989 385,989 000000000000000004ffb891de8b9254d0767bf826ad261cb416d93d97d80751 881 0.55/1.00 vMB 29
385,988 385,988 000000000000000009d6dc12b10f9f93187b7cf7c6581a7955605edb785cfb24 1,870 1.00/1.00 vMB 32
385,987 385,987 00000000000000000b878ff8153a327bf28baceba2c1fab37bc46cc65cf91b74 1,059 1.00/1.00 vMB 14
385,986 385,986 0000000000000000047e2dadc6b556d4e443f27c231b615d039cdb588092a4a6 1,357 0.74/1.00 vMB 36
385,985 385,985 0000000000000000002204c84e9587ecec95c87148a03509fa9e770be5a72eb3 428 0.28/1.00 vMB 24
385,984 385,984 0000000000000000006013aa1cbc4b3bde9736008e043740b9918799e04b68fa 1,407 1.00/1.00 vMB 19
385,983 385,983 000000000000000006e7d17ef7c2083c8445486e0b27e72fffb6a106936caac4 1,208 1.00/1.00 vMB 24
385,982 385,982 00000000000000000d3df77cf840263b8e811c4ddf5f4302a1f6f4a0b700e744 1,311 1.00/1.00 vMB 26
385,981 385,981 00000000000000000744e2de318e195547779136874671e6a33030b3a8b61c7a 947 0.99/1.00 vMB 22
385,980 385,980 00000000000000000bdd57e1b99cd815ac3527ac6c6b31f109a046fecabb9759 1,293 1.00/1.00 vMB 30
385,979 385,979 00000000000000000ce258518cc01b0f33d56caa01fcdfb7db6d04dc7b2389b7 499 0.92/1.00 vMB 13
385,978 385,978 00000000000000000696ce748eae00aded1709ab075ffe84a6f2e39742630725 1,176 0.90/1.00 vMB 24
385,977 385,977 000000000000000009cc83539dcc83e994343af280d66adc3d655f28952395b2 428 0.75/1.00 vMB 13
385,976 385,976 0000000000000000073b57da682ff5edf44ebc0a6f496c2bc3aa3e9969d5f4dd 1,334 1.00/1.00 vMB 18
385,975 385,975 000000000000000001ac8cdd335381ce8147d6f0c30c655999cf718bd0195aa8 1,995 0.95/1.00 vMB 36
385,974 385,974 00000000000000000773dbfec796d281f305bce45e48b40b797a99bd519145a1 1,982 0.90/1.00 vMB 40
385,973 385,973 000000000000000008698c2a6e9b691e08f5569ae17ad8231e4723acbe702629 2,328 0.95/1.00 vMB 49
385,972 385,972 00000000000000000e5aa75e3bea8d13fc3cc549c08951e1d8a09ff4b1b9f359 3,056 1.00/1.00 vMB 63
385,971 385,971 00000000000000000d30031eefa609b79cfa36dd0600378bc44dfda90be71ad7 1,722 0.99/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.82 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: 636.18 GB
    • Received: 12.35 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.