Loading Tool

Explorer IconExplorer

Memory Pool

82,862 transactions
31.32 vMB
0.12842870 BTC
Random Selection Loading Transactions
Max Size: 189.84/200 MB

Candidate Block

Mining Attempt 6018a59ef4cae02b36160d7e46bcea6cb81111c4b24d7fc437865bbba40fea27
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root c844299a3d2f191aedda4c7a7e64afc8798ffcd91abf4df6a60660f96c24a989
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,024
Size: 1.00 vMB
Total Fees: 0.04497680 BTC
Feerates: 318.30 > 4.51 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (881,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
33,675 33,675 000000006cff167a9d074f9d49825d958c66a1d6e0f181e786f15a067e432728 1 0.00/1.00 vMB 0
33,674 33,674 0000000039db2f358ece6331145f40fbdb4e53d6fa415bdb4209ab113ac0a91f 1 0.00/1.00 vMB 0
33,673 33,673 000000009e959427f6289b1e587c21b98d87c49947bfe4d25163139466489741 1 0.00/1.00 vMB 0
33,672 33,672 000000003d7d5dd6f45479e1e050b0bb5204d6de98a583b6d595cb87468adbc3 1 0.00/1.00 vMB 0
33,671 33,671 0000000026cbde6a109dd414735411be40fd932fb4155f69f4af6fe21a43cec9 1 0.00/1.00 vMB 0
33,670 33,670 00000000cd3fd667ff2189b4eca36586493d27c7e3f31de0c23381501087944f 1 0.00/1.00 vMB 0
33,669 33,669 000000001e24303397e684e7285031fd8c8e691cb500087bff4b309df676830c 1 0.00/1.00 vMB 0
33,668 33,668 000000002c786631f963e48cbee9197419fac04d3b98af9e212a6d1efd03d7ce 1 0.00/1.00 vMB 0
33,667 33,667 000000001d4a278e1cb329d07079dfe45e32f2a778acd30cf70950a1f0f8ed87 1 0.00/1.00 vMB 0
33,666 33,666 00000000238034917d43325bfaea302deb868911e05be2f19320ad6eecbf3869 1 0.00/1.00 vMB 0
33,665 33,665 00000000b1a3ee4fe42423a83ce8128b4cee1ca34e31e2049c863afdc2c780fc 1 0.00/1.00 vMB 0
33,664 33,664 00000000bd3e70545513878eb7e604a450693d32bb618a2ea82976d1c9d75a1b 1 0.00/1.00 vMB 0
33,663 33,663 0000000012a773ded94727b9cae8e628d27a332834e697e9b853d6b83a1336c1 1 0.00/1.00 vMB 0
33,662 33,662 00000000bdc58dd3405f79a7330b696d363647884c0df3caf12aecbde0a1a7c6 1 0.00/1.00 vMB 0
33,661 33,661 00000000192c1472eb0c89917f50e13814eff2b6d696853195e74d8e04e23414 1 0.00/1.00 vMB 0
33,660 33,660 000000000113cdae56346140a4890adcbc1e899754819289ed32b67c68fe6ef8 1 0.00/1.00 vMB 0
33,659 33,659 000000000e47408969ce876c3a73f3ab8d4c151ddb5262212c2c2bfe1e84dcb2 1 0.00/1.00 vMB 0
33,658 33,658 0000000078007a0ff0e405b4d1dffb82d0764ee155702d519a0bc033561a5ab9 1 0.00/1.00 vMB 0
33,657 33,657 0000000031c014e3db2556c3356bc1bc73926c443e3fadf717beaf4320a1838e 1 0.00/1.00 vMB 0
33,656 33,656 000000007cfedc1984dee750a5d15aff3945250238f0641854ea2eea81ab3a1c 1 0.00/1.00 vMB 0
33,655 33,655 000000002cf3c7632c43398d418fea5c72c981a75cb5fc634599f7180f63be58 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 722.39 GB
    • Received: 18.39 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.