Loading Tool

Explorer IconExplorer

Memory Pool

41,616 transactions
25.99 vMB
0.05633525 BTC
Random Selection Loading Transactions
Max Size: 136.01/200 MB

Candidate Block

Mining Attempt 2e1339dd4684bed8d0eeabc713fe70834771e3764cd5a3f656d5f858731e0be1
Version 20000000
Previous Block 00000000000000000000b5b2d45e6886bb0157eb70677ea9d4555802ee085a1f
Merkle Root f76a206705e5cd8eed03bee4a27f46ad4bfa82cf4305453069fa217c5888374a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,136
Size: 1.00 vMB
Total Fees: 0.00910292 BTC
Feerates: 100.00 > 0.91 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,732 (432,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,771 481,771 0000000000000000001eb6036817f633520123ab9d36fd7062a65d067d81294d 2,132 1.00/1.00 vMB 330
481,770 481,770 000000000000000000e1077f52e2cf988a8a3a190eb47f478a00dce35b9b3eb9 1,651 0.99/1.00 vMB 260
481,769 481,769 0000000000000000006bacad45004f05250815e14226417e8ec7af52fb760a54 1,991 1.00/1.00 vMB 374
481,768 481,768 000000000000000000b7036a31cd2899f33e9c6800a2ce0ecd3fb50a1d20f149 2,579 1.00/1.00 vMB 344
481,767 481,767 000000000000000000da84d30033923aa5fdc5febb60c1544f13a8671c21b5c1 2,334 1.00/1.00 vMB 477
481,766 481,766 00000000000000000124129ae3a699e455168f9f5d598ef0bbb424f8243b82f7 1,979 1.00/1.00 vMB 224
481,765 481,765 00000000000000000082443a260ca5d2086f2ba76f21d35f71fba288ba75b94e 1,902 1.00/1.00 vMB 297
481,764 481,764 00000000000000000130229d69ef544cdfc1679a659e2b708c92589f21e16e7f 1,772 1.00/1.00 vMB 426
481,763 481,763 0000000000000000009d2e9b7a984d55c6c99ba62f98e9bc7dad8b1e779045a3 1,910 1.00/1.00 vMB 295
481,762 481,762 0000000000000000002d1fe6decffdbe7cdb14c4bcda0e5879b70da8eb810d69 2,317 1.00/1.00 vMB 158
481,761 481,761 000000000000000000727ea23a01acaa527045c0cc4e793e0bd74ca6eca0bad2 1,662 1.00/1.00 vMB 180
481,760 481,760 00000000000000000029c72eb5b9e740275c1798aafb814618a1f8faef6caf5a 1,925 1.00/1.00 vMB 222
481,759 481,759 0000000000000000006bbb7fb15eaea51703fae52457d37a612a6bce220ab607 2,127 1.00/1.00 vMB 258
481,758 481,758 00000000000000000130a9c465b7e42ba7aca977742bd46cae990eab38813eda 2,250 1.00/1.00 vMB 328
481,757 481,757 0000000000000000007167d917ec3d80414379e809096e104f49eb783b22d8ca 2,129 1.00/1.00 vMB 419
481,756 481,756 000000000000000000ef1c46e75f0195af1113ed45b194adfa37d7bea6833621 1,465 0.99/1.00 vMB 163
481,755 481,755 000000000000000000ba3f523c3cfb24e4360d50820c2607b73d51069c072cca 1,629 1.00/1.00 vMB 253
481,754 481,754 000000000000000000d60276f02873afefddd7431fe2fb94383d76c0db828c77 1,955 1.00/1.00 vMB 261
481,753 481,753 000000000000000001040d071542ff0f282ca823794e1a7972b9a225ff1e710d 1,812 1.00/1.00 vMB 240
481,752 481,752 0000000000000000000db3dd779eb45febeed811ce6d259a4e0c6fd6726dacc9 1,698 1.00/1.00 vMB 385
481,751 481,751 00000000000000000040d252eedd05d65326c950103d65b4f4ba1a951595b153 2,368 1.00/1.00 vMB 422
Previous 10 blocks ↓
Total Size: 781.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 646.03 GB
    • Received: 12.80 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.