Loading Tool

Explorer IconExplorer

Memory Pool

42,391 transactions
26.75 vMB
0.06367759 BTC
Random Selection Loading Transactions
Max Size: 140.39/200 MB

Candidate Block

Mining Attempt 96f89d8942f33d8ecb10bf01f3aa0866fea2d48c3342c01fd6096d69221889cb
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root 627a33a94628f106124e8b44aeedbd6b6b1500bf8685359dff13fe01cf39996b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,167
Size: 1.00 vMB
Total Fees: 0.01414405 BTC
Feerates: 181.54 > 1.42 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (395,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
519,332 519,332 0000000000000000003c49fc0dbd752aedbead5ea50100b1fff6d1017fba1f65 3,650 1.00/1.00 vMB 12
519,331 519,331 00000000000000000008478bad9be14dff59b6e8ce7898bfafde11fb19cf14d5 2,772 1.00/1.00 vMB 57
519,330 519,330 0000000000000000001a9d9acc05ec7300b6ef7fae429f99cc19df02c59ee0c9 715 0.30/1.00 vMB 20
519,329 519,329 00000000000000000046e22e404a7e64d57ca6297d63e842dd7f981167401b22 1,252 0.44/1.00 vMB 31
519,328 519,328 00000000000000000009078f3a291d12d5060e418ae2214fa8056d4407d8fa97 805 0.38/1.00 vMB 27
519,327 519,327 000000000000000000084d45eaa70e2b07678edd29b2d627261c92cfb74d2764 2,399 0.88/1.00 vMB 20
519,326 519,326 000000000000000000310c4206b70eb2f39d3e0d2b0c37a162ee98710b10bb6b 447 0.16/1.00 vMB 30
519,325 519,325 0000000000000000003f57f1493bf3c45e4378101968d311f2d18826ae74472f 1,272 0.50/1.00 vMB 29
519,324 519,324 0000000000000000002bf9369353977dea6c3f6786821d3acb31cd531d8d9519 16 0.00/1.00 vMB 132
519,323 519,323 00000000000000000007e61ca1c3aa6bd2bfaa7c5ea04fd19ad2ef0016a46386 673 0.19/1.00 vMB 26
519,322 519,322 0000000000000000000218bfd547bc764ef54570259fa5d7aabc671d7e97d5e7 350 0.10/1.00 vMB 24
519,321 519,321 000000000000000000178cbd92a6a5b511aef38f11ae3e3c9a7bc570f9ba09fe 708 0.26/1.00 vMB 34
519,320 519,320 0000000000000000003bf151eaf8a3624bad5a8fee586563990fcff27c9d5d13 1,079 0.42/1.00 vMB 24
519,319 519,319 000000000000000000471ffb4e8b3ef341eef6c2299eb119d511962168a1a520 266 0.13/1.00 vMB 19
519,318 519,318 00000000000000000028b2aad12064f7613d5f8bb44d63f686c2d8602e552e4d 1,742 0.64/1.00 vMB 36
519,317 519,317 0000000000000000003c8168f0a4c10b278b4ec2a61da7e597de4373a0e6e365 593 0.19/1.00 vMB 36
519,316 519,316 0000000000000000002c775d28458032693ffad88ce33df0b5254dfe186ac84b 364 0.11/1.00 vMB 29
519,315 519,315 000000000000000000045751bbe42ddb5c95f6d8949535dc108cb3d1a3c2e2b7 249 0.08/1.00 vMB 33
519,314 519,314 0000000000000000003d218f481a3f02dc0778238f4a0b58e918d4a6d0a4c03e 1,049 0.38/1.00 vMB 29
519,313 519,313 000000000000000000167cd0e3d7491aad639a6a1b6e2670f78a07133f98e34f 1,487 0.54/1.00 vMB 29
519,312 519,312 0000000000000000002b4585634525e1b30b28560c4fbb88431dada5cef307c7 1,670 0.68/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.