Loading Tool

Explorer IconExplorer

Memory Pool

49,279 transactions
29.84 vMB
0.09697469 BTC
Random Selection Loading Transactions
Max Size: 159.00/200 MB

Candidate Block

Mining Attempt 414ef535ed978c8e53695d209c53a8a3e969cc9fb85371477291f3e88858bd83
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 6e3068849bfd11a9350fb5b2b5d5e8b19cb25ef7bf67dbeb6c37584eeed8f2ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,229
Size: 1.00 vMB
Total Fees: 0.03305010 BTC
Feerates: 150.68 > 3.31 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (408,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,247 506,247 0000000000000000003158ab73f0628c6ba4ce96b42964f50d98da4b8a68feb3 1,545 1.00/1.00 vMB 67
506,246 506,246 00000000000000000050e0ba063b775852852ee5dc8168fd84fdfb490f5b747d 1,591 1.00/1.00 vMB 98
506,245 506,245 0000000000000000002788f32a7fa6418f80fed789db3c4bb2d921b29724c41c 2,175 1.00/1.00 vMB 227
506,244 506,244 0000000000000000003745e0f50f5831ddae7e1e596763256ae8031c1b9cdf32 1,282 1.00/1.00 vMB 129
506,243 506,243 00000000000000000051922b2484915ecebe30961223dd6b4cfd88550c840234 770 1.00/1.00 vMB 32
506,242 506,242 0000000000000000005b99c6c52f2fa010e1c176e12734e6ae3923be960ac822 1,781 1.00/1.00 vMB 151
506,241 506,241 0000000000000000004b03b9f050805ac34451bcc99f89b2472b864870ff8c89 1,045 1.00/1.00 vMB 84
506,240 506,240 00000000000000000040f139d3dd3dfa0ef27747144ef019cf5b6a397362d9f8 832 1.00/1.00 vMB 80
506,239 506,239 0000000000000000001878ddeca62f9b08085b6f817b664350c90507dac169d1 1,828 1.00/1.00 vMB 95
506,238 506,238 0000000000000000004a700c26d7e88d27b30588c87935e6e6f9c96f966145b0 1,784 1.00/1.00 vMB 130
506,237 506,237 000000000000000000504d62c23518c15fe7825358b7cc37ea9dbba66bb0f06c 2,329 1.00/1.00 vMB 259
506,236 506,236 0000000000000000000ec0e6cf9626403e79ad89c34988f7961fc628b233773d 1,978 1.00/1.00 vMB 158
506,235 506,235 0000000000000000002cd9e0e8d725486caada2f3fbf93fab6858fdd9829c0b2 2,388 1.00/1.00 vMB 218
506,234 506,234 0000000000000000004be8fca07f15d37b3f17c5cd5367ea5d5e9524341346a4 921 1.00/1.00 vMB 114
506,233 506,233 0000000000000000004446204565b8df26d642ac51e61e2372e48f3865cd2c58 1,013 1.00/1.00 vMB 25
506,232 506,232 000000000000000000060b3cfa23207a6af3f11add67bf72c8d4ef9053ba47af 2,205 1.00/1.00 vMB 211
506,231 506,231 0000000000000000004fde66efd5c1d78a1c0461237fa06cc3b422ef859f4b18 2,172 1.00/1.00 vMB 102
506,230 506,230 0000000000000000005682016e4856824a54205971a4089a14e532ccf4fe49ae 2,453 1.00/1.00 vMB 223
506,229 506,229 0000000000000000003a6d69f593ff17e147c7fa6a9df56116529c8fb607c4e3 2,758 1.00/1.00 vMB 261
506,228 506,228 0000000000000000002e79793c53ba3fd1a10f797aa40820f84405069678cf1c 1,340 1.00/1.00 vMB 109
506,227 506,227 0000000000000000000a914e2ba03949ed57cf58e952bf9c344123def2eb8cd8 1,204 1.00/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 782.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: 652.08 GB
    • Received: 13.71 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.