Loading Tool

Explorer IconExplorer

Memory Pool

36,057 transactions
26.10 vMB
0.06705899 BTC
Random Selection Loading Transactions
Max Size: 132.97/200 MB

Candidate Block

Mining Attempt 5166e4d0a8c3f645319cc456c3fbddb69e837e0272d7b18e6a4b5a29d7b40762
Version 20000000
Previous Block 000000000000000000000fe35af4d037ca03b402462f88c6c27529d0780dc853
Merkle Root d604896dc848089044a06b109c904d7cca4004a70b6bad716320e9cb7dd211be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,315
Size: 1.00 vMB
Total Fees: 0.01890434 BTC
Feerates: 165.59 > 1.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,693 (351,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,216 563,216 00000000000000000014bccee2b33739e2b0a1d4969a756f38d16f775c2a97e9 2,639 1.00/1.00 vMB 52
563,215 563,215 00000000000000000001faa205cc4679f1a08a17e5b3e0dccd7f48aa3d832a23 1,950 1.00/1.00 vMB 38
563,214 563,214 000000000000000000132d4885bb12550c910e89b9f3810dfd73894e0576d091 3,017 1.00/1.00 vMB 41
563,213 563,213 000000000000000000161ca551464222389df04e50649ce3b186492c74094295 3,006 1.00/1.00 vMB 27
563,212 563,212 0000000000000000000e806f34967b636a194870a424df297f69888180442358 2,579 1.00/1.00 vMB 6
563,211 563,211 0000000000000000002d20b49f4946e784aad53ab47aead4dc15648f2e892452 2,424 1.00/1.00 vMB 27
563,210 563,210 00000000000000000023115e86f64cd52d50fe0804c2868230f83c45094b21a3 2,971 1.00/1.00 vMB 48
563,209 563,209 0000000000000000001a2dc291dea32824b6fb473231be9fc176676147c59ec9 1,375 1.00/1.00 vMB 6
563,208 563,208 000000000000000000188e959ed748e9aee706aa4e2601c8ce638045060cc499 1,911 1.00/1.00 vMB 12
563,207 563,207 0000000000000000002cdf1927a4f62d73179b6e6de86156f3b8cefa4765356a 2,291 1.00/1.00 vMB 17
563,206 563,206 0000000000000000002811b539ca2a33dc2e32f163b19e2620058270aa89a6f2 1,874 1.00/1.00 vMB 9
563,205 563,205 0000000000000000001f8de6527310b377406dd80ddc7beaab8aa47f0f360784 2,296 1.00/1.00 vMB 16
563,204 563,204 0000000000000000001dadb990caca99979664deb2ac8200d222a6ac34d54d36 2,108 1.00/1.00 vMB 7
563,203 563,203 0000000000000000001f45442817739da6416264d0f2de216711e9f20565af38 1,963 1.00/1.00 vMB 21
563,202 563,202 0000000000000000001837a3e3f0c867f2c9e1d7d1b69cb3da857b4dadc9c238 2,738 1.00/1.00 vMB 22
563,201 563,201 00000000000000000019f88ef1e1884c65de48aac0c53f8b5e3d2e10076983ce 1,637 1.00/1.00 vMB 7
563,200 563,200 0000000000000000000fbdb4cf5b77ef1756d2b0f71d994310f2025346e6009b 2,367 1.00/1.00 vMB 24
563,199 563,199 000000000000000000080cae12d28e14f661a4408b58ad8b255f63f4dfa2a2cf 1,602 1.00/1.00 vMB 9
563,198 563,198 00000000000000000006e3df4e8eeac11d99fec5e2a210411f9cb6274eed58d0 1,969 1.00/1.00 vMB 16
563,197 563,197 0000000000000000000e92ef63d254a7493ff3c9298f5474fc1a0afeb83672dc 1,971 1.00/1.00 vMB 11
563,196 563,196 0000000000000000001bfa3e75857dbd75fc15648486528b6d6694dae018930c 3,167 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.85 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: 638.24 GB
    • Received: 12.47 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.