Loading Tool

Explorer IconExplorer

Memory Pool

46,170 transactions
28.56 vMB
0.07670135 BTC
Random Selection Loading Transactions
Max Size: 151.81/200 MB

Candidate Block

Mining Attempt 42ec0c23e0c2b96c4f16c0f698d35ef468badf87e8eb68ebbd81387207b001fe
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root e71fda810e549075caf1188db2d8c9402b89fbff62f903a97db77b6b87cc7f4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,076
Size: 1.00 vMB
Total Fees: 0.02261711 BTC
Feerates: 100.23 > 2.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (460,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,420 454,420 00000000000000000226e009c68acd26939cfb0fa3887d5d3f580d2419b2c784 1,137 1.00/1.00 vMB 86
454,419 454,419 00000000000000000059739d43498896184ce095301a2a3ebd3d1844dfaefc9c 1,471 1.00/1.00 vMB 112
454,418 454,418 00000000000000000122ac4af5eb0fdcd02ee44f0e946f1ef3b30d3c376f699f 2,115 1.00/1.00 vMB 155
454,417 454,417 00000000000000000113d5bf2c033f75086bc0087cd33b6ad44d418eb0150222 3,307 1.00/1.00 vMB 55
454,416 454,416 00000000000000000275c84afd421c91ecda3af7ec1bb713c7d07b2c74b2c979 2,932 1.00/1.00 vMB 171
454,415 454,415 00000000000000000230e690644656efef46b1aac50dbd5ae9a5df8cf5ba30d2 2,093 1.00/1.00 vMB 122
454,414 454,414 00000000000000000276df864e599016596587544f13314490f97c1043441423 1,776 1.00/1.00 vMB 143
454,413 454,413 000000000000000002690a85e35c36ba6ef185161516f6593a4d1cab447dcecb 1,781 1.00/1.00 vMB 125
454,412 454,412 000000000000000001e523d7c3e6d99d4562c68cce327e0102787847b60c11a4 1,789 1.00/1.00 vMB 113
454,411 454,411 000000000000000001ff0e86654a57c1ccc842efba33560d44045c76a2c9205d 1 0.00/1.00 vMB 0
454,410 454,410 0000000000000000022323fd8647efa36345df0ec57113622ba8b581250a6926 1,822 1.00/1.00 vMB 79
454,409 454,409 000000000000000001edfa2020f4eeb28a876b9c6a254fcd6b59619a0f8a5e93 2,516 1.00/1.00 vMB 170
454,408 454,408 00000000000000000087888654df2df6ff5258e768e34f25d8a515d5da1c812b 2,349 1.00/1.00 vMB 170
454,407 454,407 0000000000000000017999c06436af6e576f3baeaa7e421de011122d3e2491c1 2,022 1.00/1.00 vMB 162
454,406 454,406 000000000000000001035e9291a9903ba716889bcb7e749b5012db298b9a9811 2,976 1.00/1.00 vMB 122
454,405 454,405 00000000000000000112f9330ce46694d3b2b867e2445526afd2e75c1fc20d21 2,023 1.00/1.00 vMB 120
454,404 454,404 0000000000000000013d77d900894689c01fea56fae364f6f6a36716cfd3b43c 2,683 1.00/1.00 vMB 138
454,403 454,403 000000000000000000125093c254485e8449a87dd94c8f6688bcd5a9910a203c 2,324 1.00/1.00 vMB 143
454,402 454,402 0000000000000000010f09b628a8e1427825fb9c9d74ab5e91a41f7e5ab73486 2,384 1.00/1.00 vMB 220
454,401 454,401 000000000000000000908f73f23383ab6c5d8acee4049be795e76f858a73ab54 1,990 1.00/1.00 vMB 160
454,400 454,400 00000000000000000238e0d0d098cb12dd0eddbfc0ba917bb78f1b834bf1c3b8 2,795 1.00/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 782.11 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: 651.98 GB
    • Received: 13.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.