Loading Tool

Explorer IconExplorer

Memory Pool

82,087 transactions
31.11 vMB
0.10232951 BTC
Random Selection Loading Transactions
Max Size: 189.01/200 MB

Candidate Block

Mining Attempt 5ed3e0984b0c9da28ed0dc42e31f7bcf7dcf4c277fde22f30a9727fa183deeda
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root baf9f9d4693951d169f6da4c5f0a6ac96dc82a0474ebd8b4a1241edb580741fd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,210
Size: 1.00 vMB
Total Fees: 0.02793576 BTC
Feerates: 150.77 > 2.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (584,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
331,000 331,000 000000000000000011d4e851863618a3e0144b0c0ddac35dd3a9f19498435ef5 675 1.00/1.00 vMB 20
330,999 330,999 0000000000000000145fab6178509d87db63fdda83cd074bb8577b77624ad089 579 0.75/1.00 vMB 25
330,998 330,998 00000000000000000a9d56300495dfe6efce051bff9ef914c6b3142f6328bd6d 1,570 0.75/1.00 vMB 36
330,997 330,997 00000000000000000dad588d2516786ba637901a21b4a17825d5baf8e02ba38b 1,430 0.50/1.00 vMB 39
330,996 330,996 000000000000000009651fc842becd93a9ea8fceff9b4d39b41bb2fdd2fdeca1 478 0.23/1.00 vMB 35
330,995 330,995 00000000000000000843637675b3a089d47361b07aaaf92781c5e94a9fb378f3 254 0.12/1.00 vMB 28
330,994 330,994 00000000000000000f53d8d12bcdd8a261c0dda756f55f8e155f1d3a9e517f20 1,606 0.85/1.00 vMB 30
330,993 330,993 000000000000000008d5a276ab3f68b85947b308fe89f5f6c5545229f917fb92 520 0.30/1.00 vMB 26
330,992 330,992 00000000000000000ef297def0b26f19f7410521c14c29592fcd4ac119c0c674 798 0.71/1.00 vMB 20
330,991 330,991 00000000000000000d83fdf5e3aabb58615423590944e2a66f71d57f9cf1a646 1,351 0.50/1.00 vMB 40
330,990 330,990 00000000000000001a7b43d65b5c3a1c3c27e19b10091d1b41c0ef61cb8a0cc3 426 0.24/1.00 vMB 28
330,989 330,989 0000000000000000199c7a9b2f46f3c88f267b7337a61bbee2b7bda22ce4de7b 528 0.24/1.00 vMB 29
330,988 330,988 00000000000000000dbed5627495a6d602e60c4ae97c9048c06e02ddc4985e00 416 0.17/1.00 vMB 23
330,987 330,987 000000000000000004e157a36d5d704428c8f1008efcbb249b42b65dddc771be 1,336 0.68/1.00 vMB 25
330,986 330,986 0000000000000000020b5cf32a361e7a3c41c1c7e8014a65704108d8dbc5f103 64 0.03/1.00 vMB 25
330,985 330,985 0000000000000000026974a3bdc4f077cbfc8c54b4b3807abffef8a3edf840e3 654 0.30/1.00 vMB 32
330,984 330,984 000000000000000012bfa8203858046ff2e28bdb0a34a396169fbf8a66af1590 699 0.38/1.00 vMB 28
330,983 330,983 00000000000000000122b063eb13c4460612753afa94e8b4fcacb85243bb49d7 592 0.34/1.00 vMB 25
330,982 330,982 00000000000000000fb5f1ae38799516b067630d015576ee9cb820cb2576152d 1 0.00/1.00 vMB 0
330,981 330,981 00000000000000001568d4ddf17b0fe33b68867318bf7b0900e55cf8e2a1e848 58 0.06/1.00 vMB 8
330,980 330,980 000000000000000014bf1db8d9eef67adfa8ebfb458b50dfc23e4b01e3d5ef88 420 0.29/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.04 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: 720.21 GB
    • Received: 18.15 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.