Loading Tool

Explorer IconExplorer

Memory Pool

87,743 transactions
32.54 vMB
0.24618525 BTC
Random Selection Loading Transactions
Max Size: 194.48/200 MB

Candidate Block

Mining Attempt e9e683fa7800cb4834e60d08c82a62b8719eaf648f153b72910c4b6894334c44
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root c4404a7e5a63aa12e1dd80e3e9e923368a108f5a242db9684f42447533b20787
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,773
Size: 1.00 vMB
Total Fees: 0.10907206 BTC
Feerates: 538.26 > 10.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (493,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
421,333 421,333 0000000000000000017adaadb24f12c5411e87552e43828472535c17516e1b23 1,080 0.82/1.00 vMB 25
421,332 421,332 000000000000000004024fc4bc21a8aea24b69978bef24e04ec2857e746d97a4 1,100 0.75/1.00 vMB 35
421,331 421,331 000000000000000004bd6e86a64947651703de97d49e1df5c78aafbcf66e0319 2,650 1.00/1.00 vMB 72
421,330 421,330 0000000000000000004ad69ff67cf4febd96f538eab8e2a9c2f7de89fe5b4ca0 1,002 1.00/1.00 vMB 25
421,329 421,329 0000000000000000048e2cbb854e483b3b8048bfc91c5e15867c0791ab592e40 1,063 0.93/1.00 vMB 36
421,328 421,328 000000000000000003af9550aa8c9712d31897aba7cb397f509787e1ed08d835 2,087 1.00/1.00 vMB 56
421,327 421,327 000000000000000000e0c5feb73aa30ee40d61b686379fab6f1fabc353c8a882 1,494 0.59/1.00 vMB 71
421,326 421,326 000000000000000000eff407eb56f7a118e8c87097aed0569c9d110cca58aefe 2,190 1.00/1.00 vMB 46
421,325 421,325 00000000000000000391cdeeba83fb43ed9c998f57e1638d5e1da8da54af8942 1,390 0.61/1.00 vMB 64
421,324 421,324 000000000000000001a2bb25de981a7572c1ce31fe1ef3a635cc66962ce619b3 1,296 0.83/1.00 vMB 41
421,323 421,323 00000000000000000493efc94e6a81c51e810e8616c6337c62fe67c6b9268dbe 1,035 0.39/1.00 vMB 70
421,322 421,322 000000000000000000b8fcd4d80166ea94f1010bdb7c3b45d27391960fd22913 275 1.00/1.00 vMB 8
421,321 421,321 000000000000000003681d25da961d437f5c8d5a363aee8ed00751df38b8826b 559 1.00/1.00 vMB 25
421,320 421,320 00000000000000000093aaee79cba110a2f60285cde9f5165fa8a72d29c3d4a3 1,113 1.00/1.00 vMB 27
421,319 421,319 000000000000000001f468efbe8c669c1df89428623a155885ffde13bc3a8a03 2,627 1.00/1.00 vMB 75
421,318 421,318 0000000000000000018a845187e5f4ccb066842210905780dd20f8950498f7d2 2,461 1.00/1.00 vMB 71
421,317 421,317 0000000000000000012f2c7ec0c598fc5c01665470a11ade55979d9d0a729eb9 2,579 1.00/1.00 vMB 67
421,316 421,316 000000000000000003e9f2f5ef52ac7d5ff393ac72ab247f1f52da3c23212df3 1,494 1.00/1.00 vMB 42
421,315 421,315 0000000000000000007d879defb7ac6863f12acccfdbb25c2991c72b6313f2a6 1,719 0.81/1.00 vMB 68
421,314 421,314 000000000000000004408ae58d53525bde80fb2d3f42dc5da3f50393d8421e84 1,549 0.75/1.00 vMB 51
421,313 421,313 00000000000000000039e09dd029dfb4831610170ab616be85b7c87b37c2f73b 2,159 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.