Loading Tool

Explorer IconExplorer

Memory Pool

43,768 transactions
26.42 vMB
0.05827256 BTC
Random Selection Loading Transactions
Max Size: 139.26/200 MB

Candidate Block

Mining Attempt db0cd794535dc59e854b8e6e387f9b218efdeff12f32201dd0b4a061f3e4489c
Version 20000000
Previous Block 00000000000000000001743d9fa75a76ccfc2ec2c77c90fb619dc97a9fb9492e
Merkle Root ff131357f31d03e0615f7c4145e6768cd4e708b995cdf77c8ebf54d997458c73
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,249
Size: 1.00 vMB
Total Fees: 0.00989449 BTC
Feerates: 140.50 > 0.99 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,733 (432,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,773 481,773 000000000000000000fef1b0f4f492de3cb25d3487d888d61dffb0c28232cd5a 1,634 1.00/1.00 vMB 335
481,772 481,772 000000000000000000c34e1d111073838d14aeb6613494653c23fc34c0a9033d 1,465 1.00/1.00 vMB 157
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
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: 10
  • Data Transfer:
    • Sent: 646.04 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.