Loading Tool

Explorer IconExplorer

Memory Pool

19,818 transactions
24.31 vMB
0.05971895 BTC
Random Selection Loading Transactions
Max Size: 114.93/200 MB

Candidate Block

Mining Attempt 0e5820f3eeb8f8afcb4064b75d0d2fdb4030b7436cd0bd37599fb7dd75808df1
Version 20000000
Previous Block 000000000000000000020b4434e5e98aba91d37f341a1a0ca1145b7f6d72946b
Merkle Root 5103b8f2edebb12dd8692b1de13bc493e85b877fb7dbab9a41385d8dddfaa7d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,997
Size: 1.00 vMB
Total Fees: 0.01644329 BTC
Feerates: 301.07 > 1.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,296 (821,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
92,983 92,983 0000000000036f96a6a5ea84158dad6409c227a7d2eaebce20501e498a6fbe93 1 0.00/1.00 vMB 0
92,982 92,982 00000000000575f1da5758731093e7881e3ef52cb1a43d92608b6aa56e07d979 219 0.05/1.00 vMB 0
92,981 92,981 0000000000023a3e730d0521cbb77024d886d3fc22526de9ddc299dafd6290ef 220 0.05/1.00 vMB 0
92,980 92,980 00000000000531a0249bd2c12f9db4b6c57df4315804880ff9b905afcf704e44 1 0.00/1.00 vMB 0
92,979 92,979 000000000000a178a5d0c8fff5f9cee281bbc09a91e0e6fe9e48edd58f90891c 2 0.00/1.00 vMB 3,875
92,978 92,978 00000000000547f4fe888b5064707846256b6e62ef4464ad80765ffb0b708856 1 0.00/1.00 vMB 0
92,977 92,977 000000000001a0af4a105841cc9274d6fe5b55afc5fbb0dacb0decdf2851f3e6 12 0.00/1.00 vMB 715
92,976 92,976 0000000000094487f9e7702e84f04a2de5bec7c0d097bf251a955e24f74d6b34 1 0.00/1.00 vMB 0
92,975 92,975 000000000000c741a7ed64efb6ed3a1447c2af5e3218c825b175a012183c77a2 1 0.00/1.00 vMB 0
92,974 92,974 0000000000031501c2771fba2450f3b5484c33273f0267a54b67ae48d6b11dfe 1 0.00/1.00 vMB 0
92,973 92,973 00000000000823ee58953317996214082394d961464a3c3d826c2f1839193106 216 0.05/1.00 vMB 0
92,972 92,972 000000000002415d97d71a6640e4567ef1ce5a00d7b808daa9c5dc2f091e1fb8 218 0.05/1.00 vMB 20
92,971 92,971 00000000000842dc616d817e053a975435dfac7e143f2a0172aee9a85d1566ff 2 0.00/1.00 vMB 3,861
92,970 92,970 00000000000215817ba26cf0199f15e800d13e9f0e05fa443a731c97098b1696 4 0.00/1.00 vMB 2,976
92,969 92,969 000000000002e51fb9face0037a5f4dcb790e6e764ee5e3776e12800d6929398 219 0.05/1.00 vMB 20
92,968 92,968 00000000000705ff16cf63853ea09ba78f7ca9ae6bbebdda259c8204248ca52b 214 0.05/1.00 vMB 0
92,967 92,967 000000000004b845fe6b7dd98ced1000224500dbb588559d0d56fdca89d50794 2 0.00/1.00 vMB 0
92,966 92,966 0000000000087d989e93a77d99a984d281e532615815c5220333cc9402070a7b 2 0.00/1.00 vMB 0
92,965 92,965 0000000000033d0adf1cc76630f12799205fe84e1ef6a40118ca0ff02316fbdd 4 0.00/1.00 vMB 0
92,964 92,964 000000000003570a1a07c335224302829b09eb2494d8ba8bb6a89ecb434ee27c 4 0.00/1.00 vMB 0
92,963 92,963 000000000002cf5af1ef1a0862a12b5318013023eea51d929219d015cfa86b61 8 0.00/1.00 vMB 852
Previous 10 blocks ↓
Total Size: 781.12 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: 580.37 GB
    • Received: 8.95 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.