Loading Tool

Explorer IconExplorer

Memory Pool

82,506 transactions
31.13 vMB
0.11931592 BTC
Random Selection Loading Transactions
Max Size: 183.12/200 MB

Candidate Block

Mining Attempt 61705f2f0cc2d86bb6620a47f4c63952280895b1b8cb6906f66cb2c71af94967
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 1de17cb6438f8e504aaa5ea061d449fe7b3f17a81942d3234647145825dce9c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.04055816 BTC
Feerates: 150.77 > 4.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (125,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,087 789,087 000000000000000000040b75b591fef2c52a0b544e43b6adf79767b7b9966110 2,938 1.00/1.00 vMB 201
789,086 789,086 000000000000000000006c79aee53810d665e445de3fe54d2ccb5e46b195d12e 4,524 1.00/1.00 vMB 130
789,085 789,085 00000000000000000004424ad2a5e71a9856cbcace3579209ef9c2186aff924e 3,494 1.00/1.00 vMB 156
789,084 789,084 000000000000000000031961612638dd95252464e3fecca3b8d0c02185747d96 3,288 1.00/1.00 vMB 117
789,083 789,083 0000000000000000000191885848d4cf12a50fa1f273735d64e4c174837950bc 4,879 1.00/1.00 vMB 118
789,082 789,082 0000000000000000000068d5ec9cf243810c7b5ae8a524d5720d24fea5de4a85 4,140 1.00/1.00 vMB 189
789,081 789,081 0000000000000000000368fa230927409c76802f9beb19717012932d74df5f51 3,907 1.00/1.00 vMB 367
789,080 789,080 000000000000000000001f2d02b3f8b8db0d99777d5a49883eac5507872323aa 4,035 1.00/1.00 vMB 168
789,079 789,079 00000000000000000000a52f0b1a6f63c5fe5a4bed864cab6718a7aab4c3d3f5 3,250 1.00/1.00 vMB 388
789,078 789,078 000000000000000000013341160aa708a7670591cb15f6f02925bc6fe4c20df9 3,680 1.00/1.00 vMB 288
789,077 789,077 00000000000000000001a4ff6e2649ddf8f92d2421d321a1b1be0a6d6b371852 3,816 1.00/1.00 vMB 161
789,076 789,076 00000000000000000002460537df753d20d129a31757fc3b915d1d8ba78f9870 3,932 1.00/1.00 vMB 206
789,075 789,075 00000000000000000004d7d816977ed5f2159e2209d0054fa0c8a99f344f9293 4,978 1.00/1.00 vMB 139
789,074 789,074 00000000000000000003be0ef76d2fa72cd1767d908d7f1fd247aa131ff55d59 4,253 1.00/1.00 vMB 201
789,073 789,073 000000000000000000045c1a43b8f49e99ae782008a05a907bf29150405d031c 4,410 1.00/1.00 vMB 184
789,072 789,072 00000000000000000002f9315b3f85813665dc114dd5115b7186129fea17ca5e 3,737 1.00/1.00 vMB 267
789,071 789,071 0000000000000000000455d608a9aee5664d719ad2ff3d2e1e545cc6c45333ec 3,992 1.00/1.00 vMB 393
789,070 789,070 00000000000000000000ad0ada3757f076f949b0acf845b65b515ff444f9df45 3,519 1.00/1.00 vMB 546
789,069 789,069 000000000000000000055c85d5f78ad3e08a5bf825a56d0a756a476b475e1fa4 4,011 1.00/1.00 vMB 119
789,068 789,068 00000000000000000002c6be865bd1f67df8935bff5e6c325a8dd7d1ead0665c 4,415 1.00/1.00 vMB 122
789,067 789,067 00000000000000000002fe2e6894f341e36856b3c01ade1a467d43682493a0ab 4,667 1.00/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.