Loading Tool

Explorer IconExplorer

Memory Pool

34,421 transactions
25.40 vMB
0.06976502 BTC
Random Selection Loading Transactions
Max Size: 129.48/200 MB

Candidate Block

Mining Attempt bd131497a00a1df76d0b3a13f21e07ce07b835a78714a7d8a543a07f64d6233a
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root b1e7f4a6a80c5843b56f0b49df07945643b84cab0de4c87cc0f46bd4a868bf2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,179
Size: 1.00 vMB
Total Fees: 0.02390474 BTC
Feerates: 101.67 > 2.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (687,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
226,978 226,978 0000000000000243265f15190ab5ee43cd0b5a32f274b1e73e32e52c01c9ea18 205 0.10/1.00 vMB 14
226,977 226,977 00000000000002c2b96c4b1bf08d3f71f9f189a493d114441b6f539b4f61dc86 195 0.11/1.00 vMB 226
226,976 226,976 00000000000001d77ec73de04aff890a7e57bf2db7a4b7a51ba7d04bfad1e522 213 0.15/1.00 vMB 89
226,975 226,975 0000000000000320f907483e97a6d54ad66003dea4c1be50eec2d61261fa34d0 474 0.19/1.00 vMB 194
226,974 226,974 0000000000000100a650f7b6d49cd89d704e8478ec5e36b867664f1183ecd279 155 0.05/1.00 vMB 24
226,973 226,973 000000000000009a6e329467e30bc4c9333b53a9d92c6f2b229c2affe213bef1 398 0.18/1.00 vMB 215
226,972 226,972 00000000000002b1be8cf99b3fc89f77e8fdee10deeb07a6d48c5a4f42eeaee7 479 0.22/1.00 vMB 167
226,971 226,971 000000000000018ed4444c02ef5876f83b1c65c65385ef942d93d8626e2f75cc 144 0.05/1.00 vMB 42
226,970 226,970 00000000000001bd03ba8ffa6d111bdb39ad303ddacba404c2631fc0004f4cf4 266 0.15/1.00 vMB 154
226,969 226,969 00000000000000ad08527e956d3154e06d386bb426363d5faa0ed08d8aaeba0b 366 0.15/1.00 vMB 222
226,968 226,968 0000000000000012c77555a9af420e0311382603e4f17536b982532e9129a04a 186 0.19/1.00 vMB 88
226,967 226,967 00000000000002dd0464479f93ad137f246f0b672b0a1a3f5e77a733be209584 413 0.18/1.00 vMB 198
226,966 226,966 00000000000002d89ad91135f07703c076c70c8313c5a2f259dbe4eceb25a5e1 159 0.13/1.00 vMB 55
226,965 226,965 00000000000000b09bbb7d39f27b0c31d7d87fd4ca531ad03e1b8f05b3394f3a 737 0.29/1.00 vMB 198
226,964 226,964 0000000000000260ff327025ffae7e1c97aaed3ef7f8defbcfd7e4235f64b61a 239 0.14/1.00 vMB 117
226,963 226,963 0000000000000170688e385b94536b6b12016d38717719b345a72cbaf794e410 256 0.07/1.00 vMB 235
226,962 226,962 00000000000000139194ffcec7018babace9f0bb0f3d34bb6266656f2c99765e 205 0.09/1.00 vMB 140
226,961 226,961 0000000000000075a15cf19fd1e6de2e8e31ea91ec10e597890d740c5723825a 462 0.21/1.00 vMB 231
226,960 226,960 000000000000034eb7f17d91922fdc6d9f59cb9e042417f6cd2661bceafaa947 278 0.13/1.00 vMB 184
226,959 226,959 00000000000002652e1b71795b5be65eac5e41a909d3c3a4d515977781bf7bb9 213 0.11/1.00 vMB 162
226,958 226,958 00000000000003272d803a8f011a0001693400832fcd7593e84bdee1856bba26 111 0.05/1.00 vMB 198
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: 655.96 GB
    • Received: 14.36 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.