Loading Tool

Explorer IconExplorer

Memory Pool

75,342 transactions
27.88 vMB
0.08238968 BTC
Random Selection Loading Transactions
Max Size: 169.66/200 MB

Candidate Block

Mining Attempt 013a03a9a904ff708e8b4fe87c7f332c5f783b4b3bc536eedd7a24580045d4f0
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 2739b7b328faa9af7bbc066fc996cd03a8371c3870098583854ad340748c4f7c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,403
Size: 1.00 vMB
Total Fees: 0.02195385 BTC
Feerates: 98.68 > 2.20 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (519,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,412 395,412 00000000000000000633c7e33c5fa7d51676ea004ab8f9b96a999562cff8e729 535 0.27/1.00 vMB 34
395,411 395,411 00000000000000000371a8bdd7ac396f26ccb3d1cba8c476cb9aa9dfa1698221 1,063 1.00/1.00 vMB 12
395,410 395,410 0000000000000000044137ddd23825ff9ed585042e3ba8eeebce62efac7b65d7 691 0.99/1.00 vMB 8
395,409 395,409 0000000000000000000b59d200efde622a322a3953e9e6fd53bcd815db90adb7 1,239 0.95/1.00 vMB 21
395,408 395,408 00000000000000000422256d99bb4c6e4697f074a6dd22249115af220f5658f2 1,531 1.00/1.00 vMB 26
395,407 395,407 000000000000000004c0347a48ca2a56875906b2d2e618fe0a547afeff56fddb 1,658 1.00/1.00 vMB 29
395,406 395,406 000000000000000005cd958f7627d44d7c3c8fd7132f44e56a5a61f4e84b884f 2,584 1.00/1.00 vMB 75
395,405 395,405 00000000000000000298116996db6e33d987350e6a1ee4a9cd8e559b45813186 1,929 0.95/1.00 vMB 34
395,404 395,404 000000000000000006c57534f1fb7388a4950d3243f6f564d4d9ee8595dfb3bf 2,493 0.95/1.00 vMB 58
395,403 395,403 000000000000000006f0d4678c3c1c40f526198a5acf8f2cbd3cab5b102cca33 2,747 0.93/1.00 vMB 72
395,402 395,402 00000000000000000384591dff7637ea61282ac1144f8a2c5e8e82c517fbc968 1,589 0.93/1.00 vMB 26
395,401 395,401 00000000000000000205d706d8420ff11aa8eff70eb6132c5cf601d846db2da3 1,357 1.00/1.00 vMB 23
395,400 395,400 000000000000000008507dd449bcb2b13783d2187947fc7ce57dd77265a98743 1,241 0.93/1.00 vMB 26
395,399 395,399 00000000000000000051ce415c0a5ede4b4c3d3ff66a2ee0fd70383063747fa9 1,430 0.93/1.00 vMB 29
395,398 395,398 0000000000000000009cc7a59fdcf0c19d3b8f1dfc0d8a609fc908de5f33d803 2,213 0.95/1.00 vMB 50
395,397 395,397 0000000000000000006097076d7dda9a6797751986bda387495f689ec88384c0 2,577 0.95/1.00 vMB 62
395,396 395,396 000000000000000004bc1b62a5f4965c90a4d98078ec85723dcbd762b1fa289e 2,224 0.99/1.00 vMB 41
395,395 395,395 00000000000000000914476bdc7dfcef6b3ce78556d0a1af2e98cf7ad2808b88 2,822 1.00/1.00 vMB 74
395,394 395,394 000000000000000003385e7b9e0d244b503777dc8319193186df7ae5658cc4dc 1,971 0.95/1.00 vMB 41
395,393 395,393 000000000000000006c23b9d5328d132c71ca4e0023d687c08928cc9d9730a36 186 0.14/1.00 vMB 58
395,392 395,392 000000000000000001c5fe86f21d590c6d8d1f8948e2b1f5f3ac16ed968dff14 2,999 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.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.