Loading Tool

Explorer IconExplorer

Memory Pool

82,083 transactions
30.36 vMB
0.10170889 BTC
Random Selection Loading Transactions
Max Size: 185.26/200 MB

Candidate Block

Mining Attempt bebb61f360daa4d72fb4b165f851731cd5d1b996d22e2c68bb50ee0e1748cc8e
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 889e189f6e7b1eb67a185a1229a2b93ec235892a2e083ca4455bfa9548e2ec95
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,684
Size: 1.00 vMB
Total Fees: 0.03161994 BTC
Feerates: 402.60 > 3.17 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (31,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
883,614 883,614 0000000000000000000181bb0f9f0d2db80bf2239335af1c54b0a121463483c1 2,884 1.00/1.00 vMB 4
883,613 883,613 00000000000000000001c2e17d325447c8d0855fef8d1b19bfc3b4019018e894 3,517 1.00/1.00 vMB 6
883,612 883,612 0000000000000000000099c456bb6a66f2656fc5b5b44d550d4c97888d25a09d 2,306 1.00/1.00 vMB 4
883,611 883,611 00000000000000000000606b26d66dc05e36e911525d6a53c9f556c64260dc80 2,780 1.00/1.00 vMB 6
883,610 883,610 00000000000000000001b47fad629663417dfdd9d2049829d128f8991a4f0092 642 1.00/1.00 vMB 4
883,609 883,609 0000000000000000000185269e12e907ca67472cdc32ee4e322dc88299697864 1,425 1.00/1.00 vMB 4
883,608 883,608 00000000000000000001886b56a13ca5895310722668f589015c69f6f12e0ab0 4,024 1.00/1.00 vMB 7
883,607 883,607 00000000000000000001a4edf3bfdb9ea8a352f008c0732bc6e4b3f3539166e0 4,137 1.00/1.00 vMB 10
883,606 883,606 00000000000000000001219de2de0c8263ed52d42d31ea8fccfdaeb0e9a86b09 3,614 1.00/1.00 vMB 6
883,605 883,605 000000000000000000018fbc06b898d1ee2650f3bb195865cfdf9eae021b8842 4,384 1.00/1.00 vMB 7
883,604 883,604 000000000000000000019e0987c0100d824155a80fc00d9ae9b04145026c1c04 4,492 1.00/1.00 vMB 11
883,603 883,603 000000000000000000021f15e3958214e3ef51844f97b197901a477071fd3b19 5,112 1.00/1.00 vMB 14
883,602 883,602 00000000000000000001328bab6e84ad60302f1dbdeab8084ee1a679e0f7afce 5,232 1.00/1.00 vMB 11
883,601 883,601 00000000000000000001e91ba2bdaa5dcb7e71536d1434810870c43aa1c213e0 4,906 1.00/1.00 vMB 6
883,600 883,600 000000000000000000017e36642fb3d590cd4348bbcfef332fddc83f6fbc05d6 4,020 1.00/1.00 vMB 3
883,599 883,599 000000000000000000003990456880b3934eb948ecb0d964b1cec31dca660c30 3,736 1.00/1.00 vMB 3
883,598 883,598 00000000000000000002281b0bd850e92fb6f99e79fb0e683b88b11fc938d1ca 4,059 1.00/1.00 vMB 6
883,597 883,597 00000000000000000001e95a0328888c5960b94d269f8042ba65e78e6f8fc8bb 3,575 1.00/1.00 vMB 10
883,596 883,596 00000000000000000000c9730de6eddec22765c0ae867f3db02de2b0d66a1b1a 3,442 1.00/1.00 vMB 4
883,595 883,595 00000000000000000001e56c6f6d9bb8a41b04ff563df819d46d342f5d69f32d 3,403 1.00/1.00 vMB 4
883,594 883,594 0000000000000000000137f01bbad5a9b287723f0aea033bfe661e060bc40f9b 3,184 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.