Loading Tool

Explorer IconExplorer

Memory Pool

77,048 transactions
29.22 vMB
0.07854800 BTC
Random Selection Loading Transactions
Max Size: 178.12/200 MB

Candidate Block

Mining Attempt 527c71d43333102a22b1fc1c5e8357fcb3afe4668e6aa68e09b67f92fd7c2959
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root 2b342c3c6ff031096a396f76747d9da86d0f415f0fa4d30762bf8fba1e82828c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,661
Size: 1.00 vMB
Total Fees: 0.01450446 BTC
Feerates: 477.45 > 1.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (301,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,242 614,242 0000000000000000000164f589495c13084571f29e491e3b09da7191e0312983 3,191 1.00/1.00 vMB 16
614,241 614,241 0000000000000000000fc5f28ccac849bfa7c601d4999dd4453ded56dfb261a8 3,306 1.00/1.00 vMB 20
614,240 614,240 0000000000000000000f9fa61f52c78448ce2bb871586fadc824af09e7578378 2,321 1.00/1.00 vMB 16
614,239 614,239 000000000000000000012b7e0d76d1097e79380fc87b34030b46d37664f8d3e0 2,739 1.00/1.00 vMB 13
614,238 614,238 00000000000000000002078dd4f9b3a4b5f6cc0b4629c4208d122026f4a2469a 2,995 1.00/1.00 vMB 19
614,237 614,237 000000000000000000028e5112c4e35948c177c9ccf44447b842fecf77468679 1,764 0.47/1.00 vMB 14
614,236 614,236 0000000000000000000d2a93fb31dad1b2c86a996f36f85ac88e2bb7c991a9ab 733 0.22/1.00 vMB 11
614,235 614,235 00000000000000000005acac9c45917e611c750c8e066c9f136f17eb9c559d49 1,176 0.32/1.00 vMB 12
614,234 614,234 000000000000000000061a69e0ee2980ffe22d2f7ae9c37bedd1b1ec53896449 2,844 0.82/1.00 vMB 13
614,233 614,233 0000000000000000000d16566ab3353205c45c5c84ca1b434c15a44b03489de6 2,448 0.65/1.00 vMB 14
614,232 614,232 0000000000000000000ed8920897582a322055bf53b8142a1c7bb922e54f1475 203 0.06/1.00 vMB 16
614,231 614,231 0000000000000000000ea376e88806fb379162430b7426aff31bbcc9a01a7ead 657 0.21/1.00 vMB 14
614,230 614,230 000000000000000000005eb986111e00d759381950b260a4e57f495050fbe9da 2,230 0.59/1.00 vMB 11
614,229 614,229 0000000000000000000198253c3e8c2cfc3c4c4f3762fd5b03865d57e30a768a 2,330 0.79/1.00 vMB 14
614,228 614,228 0000000000000000000d9353418fe02039a2629776917595bf765c599b5c7636 26 0.01/1.00 vMB 13
614,227 614,227 00000000000000000010348a794aef24054a68bd93e4654b1fa7f6ea64547651 2,864 0.79/1.00 vMB 11
614,226 614,226 00000000000000000004006d2893e2a800e3f52a6bb23c13e9b215afe2d9ae88 1,270 0.53/1.00 vMB 8
614,225 614,225 0000000000000000000be5ce5e41b61ad3b3fca0eb1d6e230bef93de72371dc1 1,575 1.00/1.00 vMB 3
614,224 614,224 00000000000000000012f2cfbc74d033217c3e49da5f101f1157268077d6c101 1,569 1.00/1.00 vMB 1
614,223 614,223 000000000000000000116e9d456f2adcf94de298c31b594b6bd0e7763bee72a2 3,054 1.00/1.00 vMB 12
614,222 614,222 00000000000000000001b9f98107495e21e2886fdad67a0d04597ea25550b5f1 2,775 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.81 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: 710.30 GB
    • Received: 17.07 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.