Loading Tool

Explorer IconExplorer

Memory Pool

80,752 transactions
30.15 vMB
0.12258656 BTC
Random Selection Loading Transactions
Max Size: 180.89/200 MB

Candidate Block

Mining Attempt 57446fdd05ed37ff863b3847a1f6b3da250541e4d6ccf8c0c354c7c4865ddda5
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 98fb02a4ba9e54be9e9b567ea9c330e2653a17612bf5f4b4f28310ca45840700
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,491
Size: 1.00 vMB
Total Fees: 0.06078746 BTC
Feerates: 180.34 > 6.09 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (425,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,986 489,986 000000000000000000e2c7d3b77c8409732adfe4307ae2410ec88d710c76e336 2,624 0.89/1.00 vMB 123
489,985 489,985 000000000000000000775ce65add401d57aaca3b9f8ac4c9be2dab35f3543d33 2,473 0.98/1.00 vMB 229
489,984 489,984 000000000000000000b7908e67d5fc17a40d730894f5fa6fd12f66ce58457f9d 2,353 0.98/1.00 vMB 214
489,983 489,983 00000000000000000034291e2061f50bbd685c0e9c8fc0d2e020bb9a997e01cc 900 0.95/1.00 vMB 60
489,982 489,982 0000000000000000005fa600f4cfd723525f0dfa352d2c6cf016cc01b131af36 1,011 0.93/1.00 vMB 22
489,981 489,981 000000000000000000aabf4392f3997352714a4b55df97abd9de2f7fa3b7138a 1,191 0.98/1.00 vMB 112
489,980 489,980 00000000000000000005c5e46063305725e7daccead9448f4ff1c086c7e4adb0 281 0.29/1.00 vMB 74
489,979 489,979 0000000000000000000d7a171b2766ad7d7a9f1babcbf824b821f2cf82e74da6 328 0.63/1.00 vMB 13
489,978 489,978 0000000000000000001561121b26a10feb1f65afed2ea199e97adccfabe5d5fa 718 1.00/1.00 vMB 19
489,977 489,977 000000000000000000bb765fd3e7d921474bd8e753209aa950460ee3c8e95971 2,201 0.93/1.00 vMB 130
489,976 489,976 0000000000000000000337e238e400650a1fc22f400ee4aeb80252b164602ef7 724 0.96/1.00 vMB 28
489,975 489,975 000000000000000000c22a5012684128abe4d0ca0f39190fb7bf94d643cf0c3f 2,777 1.00/1.00 vMB 102
489,974 489,974 00000000000000000065c7fd8ae51930af8afaf3527ac635b26720f118268cbd 1,996 0.95/1.00 vMB 96
489,973 489,973 000000000000000000e6aea274a28a47b19d8f93d9854c116e5e5fc28cf5fe36 2,341 1.00/1.00 vMB 9
489,972 489,972 000000000000000000e21d6e3bd9b91309991dc1a4d9a3dd9b7cb014106a0fcd 2,261 1.00/1.00 vMB 149
489,971 489,971 000000000000000000e4b937a8526bad3a71e6a1af3cec0a4737da527227dd59 2,587 0.98/1.00 vMB 242
489,970 489,970 000000000000000000a0a1d16e6587dc3d3cf6ed4af68e7ac8ea804f6ccfaad5 2,286 1.00/1.00 vMB 70
489,969 489,969 000000000000000000660c7b2bafa278c9c8ba995d098c40890790763e1940cc 2,054 0.96/1.00 vMB 166
489,968 489,968 0000000000000000000fd3e6114a7637a0b682f5622fdfc41665d1fb59c5db49 2,423 1.00/1.00 vMB 230
489,967 489,967 000000000000000000ac35882196c429754216aef7f997488691c29903b9f127 1,303 0.94/1.00 vMB 31
489,966 489,966 0000000000000000004e9a117acf0cc99916155e1f4c4d01361b5f262a82a0c9 3,115 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.