Loading Tool

Explorer IconExplorer

Memory Pool

53,075 transactions
31.46 vMB
0.18161725 BTC
Random Selection Loading Transactions
Max Size: 169.06/200 MB

Candidate Block

Mining Attempt ae794a4ea6d2ac398a2a932922ad1b135f0efdbc10b48045768a8a7a94c69861
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 76c0a9b0a5ecd8a173fe6db54a867cf0d0d2f29633141cb8eeed3071819c1e1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,222
Size: 1.00 vMB
Total Fees: 0.09639130 BTC
Feerates: 477.45 > 9.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (432,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,799 482,799 000000000000000000a4b99257c7096b14efe6a308c80ab533980664e84a292c 1,742 1.00/1.00 vMB 226
482,798 482,798 000000000000000000e5b3603cf420659cbaccf6396bda7ae1d8b278131218ea 2,045 1.00/1.00 vMB 129
482,797 482,797 00000000000000000121cb4e44c85dd335da79b3dab300e2641372ef618584ea 2,083 1.00/1.00 vMB 169
482,796 482,796 000000000000000000a47761bea35ba219e52150c99bfc3729cad84c01391ec8 2,093 1.00/1.00 vMB 410
482,795 482,795 000000000000000000f3ddd63b42324428fcf12231a0fd4e523c991b8bbce7c5 2,237 1.00/1.00 vMB 360
482,794 482,794 000000000000000000edcc8ba370ae6766527880f660e6fcbb0fb754728aa96d 2,558 1.00/1.00 vMB 154
482,793 482,793 0000000000000000006eac82a6ae2fdea83fdecacb56f8d2ee89c8e8f46e74b9 1,814 1.00/1.00 vMB 206
482,792 482,792 00000000000000000039d622774d3753936d7af157416772c5954704cdcd0119 894 1.00/1.00 vMB 266
482,791 482,791 000000000000000001052c74c6b7600e54577f42bea31362d4c0a6ad6576e90d 1,734 1.00/1.00 vMB 382
482,790 482,790 000000000000000000e729f2b06084222b83c7dbee151fb75498d6eef249cd2e 1,254 1.00/1.00 vMB 331
482,789 482,789 00000000000000000129d19512661aac5db757399497dd2b7d2fe34652214a3d 723 1.00/1.00 vMB 263
482,788 482,788 00000000000000000015b2043e344a2bdd9e8084a3b014624f5536a4144050bf 2,035 1.00/1.00 vMB 388
482,787 482,787 0000000000000000004a1f69e6c4eb4f6f45f52bd06a8361001b74e4da48dd96 1,341 1.00/1.00 vMB 337
482,786 482,786 0000000000000000006c5bfaee179f77cea7a8a646fca7a60008e3c6a215a360 1,648 1.00/1.00 vMB 196
482,785 482,785 0000000000000000000339a464970e2d7cf8e077dc557887c10ccc10694d9b3d 2,310 1.00/1.00 vMB 395
482,784 482,784 0000000000000000004dd7a7261f3ace93cd91e1018f6d23b3cb841691a15ffe 2,341 1.00/1.00 vMB 461
482,783 482,783 000000000000000000e01b7210fe8683050088df266734d82bfa5f439f4eb947 2,101 1.00/1.00 vMB 285
482,782 482,782 0000000000000000010204ad50c514eefe9f6c2ae037cbb887f67611abaa1205 1,700 1.00/1.00 vMB 206
482,781 482,781 000000000000000000b4eb8c6bc094534efdd727b5bbc35f1d524bd3e02f6808 1,650 1.00/1.00 vMB 259
482,780 482,780 000000000000000000629c1dfca6b8d2b871bddca36d6b2a2209b349e43c6fc4 2,254 1.00/1.00 vMB 343
482,779 482,779 000000000000000000d95a7e4b3931fa91d36c90067282b5f977399edf12a760 2,354 1.00/1.00 vMB 499
Previous 10 blocks ↓
Total Size: 782.08 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.32 GB
    • Received: 13.54 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.