Loading Tool

Explorer IconExplorer

Memory Pool

71,750 transactions
27.78 vMB
0.06018993 BTC
Random Selection Loading Transactions
Max Size: 164.68/200 MB

Candidate Block

Mining Attempt b9d97d9b134690042c0ab3d59a85f9f4c33599f85825210345335e172bc31baa
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root 57241aef364373b7f0d64913edf6a3c5f14a1ac99f95fee1a83015d2c508b7f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,781
Size: 1.00 vMB
Total Fees: 0.00486833 BTC
Feerates: 21.55 > 0.49 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (683,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
231,612 231,612 0000000000000057ea42ae945a56f1c6bc25d6ca7e1405017c46bf7d627d15a2 586 0.25/1.00 vMB 213
231,611 231,611 00000000000000c9bad7e108e1a37e7fccb8fca44e3338d980aff269099105a2 607 0.25/1.00 vMB 202
231,610 231,610 000000000000017ee2d1f78f46293461ef8187f327ed6cf6356702c0a538ef4f 180 0.11/1.00 vMB 171
231,609 231,609 00000000000000e52ee1a2c000eb7bf84a0e880471502bb5b3d631d205d3d98c 22 0.01/1.00 vMB 87
231,608 231,608 000000000000018d4aa726241f5d1b3855f4262853a384f4c7536de51880d469 546 0.25/1.00 vMB 177
231,607 231,607 00000000000001a79eac6da78c74e6011a6cd7c175b8949c389dd9270793590b 62 0.04/1.00 vMB 33
231,606 231,606 00000000000000f54e0bfab6dcee09084b91539f934a17bd52aa95f15e4cb4ef 519 0.29/1.00 vMB 159
231,605 231,605 00000000000000187add9c83f2753cbca39df1a56fddfece1186f34d11cd4457 505 0.25/1.00 vMB 175
231,604 231,604 00000000000000a8fa7725779c22bd71cc705b6e956c25a4547775a9957a45cd 56 0.04/1.00 vMB 49
231,603 231,603 000000000000005d3e5163746796e2e90a04db0c07716ee59f2642a28b0454e2 1,008 0.47/1.00 vMB 172
231,602 231,602 000000000000020ce210cd3c3d17b8f43fb5498ee0a4f2ec5f2d5b0c8d4c32ed 450 0.21/1.00 vMB 175
231,601 231,601 00000000000000ba71dd2b3c3f62e14fbb1c9cc8aef4b7ff95023d0ef8d0c23d 380 0.22/1.00 vMB 105
231,600 231,600 00000000000000a23a6caf305f01fbff722279d8c28f082c658c51e8c7e51cd4 508 0.25/1.00 vMB 164
231,599 231,599 000000000000004bfbad921d7ae8d481c1fbd3aefdd8340cb44bc1c141666134 625 0.25/1.00 vMB 188
231,598 231,598 00000000000000f356f5c9b3a142554fdd13dd58fef8c74001558f1af1929048 97 0.05/1.00 vMB 143
231,597 231,597 000000000000021a689dc6e71937bbfbd6794a2982938ddcd26720207fe1c903 885 0.40/1.00 vMB 156
231,596 231,596 0000000000000215a0e85679f40c88f50a0dfc8413defbbb77d88c0132a08eef 70 0.03/1.00 vMB 105
231,595 231,595 00000000000000c33286060fc73bc95a192eb715cb610d3ecdd52d5ee6fd6a7e 541 0.22/1.00 vMB 156
231,594 231,594 00000000000001d3558efed12e0b73276f4c8540f39e4c06d17385ba885886b8 311 0.18/1.00 vMB 142
231,593 231,593 00000000000000001115d0f81474bbb9ebb9a45e04597f2df39e0eba903b679f 404 0.23/1.00 vMB 160
231,592 231,592 00000000000000ec90b6efc2e425bd807af1aef1ef5391026c24f26c59a99722 559 0.29/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 782.45 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: 666.96 GB
    • Received: 15.24 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.