Loading Tool

Explorer IconExplorer

Memory Pool

46,316 transactions
28.21 vMB
0.10827630 BTC
Random Selection Loading Transactions
Max Size: 148.06/200 MB

Candidate Block

Mining Attempt 6a960b114732ef8cc36cf3492a6d32ca5a5d33ca9372895c70e702a320bb6472
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root f39fdbf6673198e4128b4d8f05e8f005dfb4d887e6760237dacacbe8e63c7b48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,575
Size: 1.00 vMB
Total Fees: 0.04516350 BTC
Feerates: 265.25 > 4.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (256,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,997 657,997 00000000000000000006c245bd78b4287f097ec1dde0e9ac14f5f6d2c29eca87 1,661 1.00/1.00 vMB 38
657,996 657,996 000000000000000000016515f0472fd04602db85f7acc68f1e46c5e17ade5dbe 2,271 1.00/1.00 vMB 65
657,995 657,995 000000000000000000082622e4e2c17c3e6de5c20decef4a2fe9d6dbd7d5897e 2,554 1.00/1.00 vMB 31
657,994 657,994 000000000000000000041cbcd1557a8dae1e50825aa31572cb777ca0fe25b086 323 0.26/1.00 vMB 12
657,993 657,993 0000000000000000000ed0669c4f2f9b8540dff88459603014edcd921896dc1e 259 1.00/1.00 vMB 2
657,992 657,992 0000000000000000000225c867ac49d48818d371bbb7a585f4c35e6084285d29 1,837 1.00/1.00 vMB 24
657,991 657,991 0000000000000000000370b704782497e24417a4257b0628ce7a831ec6aeb155 1,399 1.00/1.00 vMB 10
657,990 657,990 00000000000000000000c38269e56c2414edfc94a4ab45aeec83f0fe619a3e9a 2,445 1.00/1.00 vMB 22
657,989 657,989 0000000000000000000351a4d2e8a4aee78f60e72a35559a7075e4ecc49e2abd 1,119 1.00/1.00 vMB 8
657,988 657,988 0000000000000000000c0b990ad160d8ff174dd0e71ef5d176ed12e44d3c4568 2,489 1.00/1.00 vMB 28
657,987 657,987 00000000000000000008f5a3700f39a89e8ab4c5a5a57c75b3aecaf1b2c71720 1,296 1.00/1.00 vMB 21
657,986 657,986 0000000000000000000c83662b778c38e5d4225991f4364277a334aadd8f74e3 831 1.00/1.00 vMB 54
657,985 657,985 0000000000000000000b710d92c6e25bb88088a41cbc56e6e632ecc543523519 1,991 1.00/1.00 vMB 25
657,984 657,984 0000000000000000000e453b0b29de431d1587ed161c8f07262f4d0a93a1f4e2 2,405 1.00/1.00 vMB 8
657,983 657,983 0000000000000000000a92632785ea2c26406d11a9176810e67457e31d9952ea 2,520 1.00/1.00 vMB 13
657,982 657,982 0000000000000000000a79d22f51365f7b0c5b3a33b686fe8984644e640255ec 2,160 1.00/1.00 vMB 13
657,981 657,981 0000000000000000000a6a596f03d899b016388e9f633ce9fd22063401a88a8e 2,440 1.00/1.00 vMB 47
657,980 657,980 00000000000000000000929caf369c6cb98eb2fde2fafdfe48313bdcbe315cc6 2,212 1.00/1.00 vMB 96
657,979 657,979 0000000000000000000e7af1898fcad4129bc97fe36746cbae78feadcbe1787e 2,425 1.00/1.00 vMB 22
657,978 657,978 00000000000000000000e21a63d89f081c6c903d5df3c264d35b75b4c696711b 1,517 1.00/1.00 vMB 21
657,977 657,977 0000000000000000000f97a2185819022eac524fbe39f2dab37c549e91ebdd8a 1,068 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.27 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: 656.71 GB
    • Received: 14.42 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.