Loading Tool

Explorer IconExplorer

Memory Pool

18,959 transactions
8.66 vMB
0.02619010 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.08/200 MB

Candidate Block

Mining Attempt 9aa7254783685947bce5e5e83ae87eef18b66481b87a5a99c1b8673f06d52df6
Version 20000000
Previous Block 000000000000000000018e29b79b0a29631a9c09a1df8790b784b74031125eda
Merkle Root f7802c7f82c9d47d34d77e993cc9da59b38848334504222cda974f336edfdc0a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,140
Size: 1.00 vMB
Total Fees: 0.00744900 BTC
Median Feerate: 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,409 (759,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,807 153,807 0000000000000292ed10d6c3fcd52edc73b5cd1ed8c45f63e3913c19e6f05bc2 26 0.01 vMB 210
153,806 153,806 00000000000008e5cdb15f5d2a95b6c20cb1a01c4fc3e07414a1b517995caa80 38 0.01 vMB 155
153,805 153,805 000000000000024bbce8dfec174ffd334d1dba09c41759a6c54b83adc4019dc0 20 0.01 vMB 35
153,804 153,804 00000000000002005803da07156ad4268360ee3e32b5a73f51fcb0ba85acbb0c 3 0.00 vMB 0
153,803 153,803 00000000000008637399dd89f7fd3b32d97205b8f87537bcfddb636b09602751 7 0.00 vMB 281
153,802 153,802 0000000000000458906073c25ee45b4049152dbe18955d37efc16befede14931 4 0.00 vMB 42
153,801 153,801 00000000000008ea78701993868e8be84a6a2d37053381d8ce2a704e77e3586a 41 0.01 vMB 106
153,800 153,800 0000000000000353b528c2e326ffae4b3c546881e94b315c40dfa6bdef405975 64 0.02 vMB 22
153,799 153,799 0000000000000d1b54953a03610d112af5c2a3ae378420d49c18ea9b5530ef32 73 0.03 vMB 169
153,798 153,798 0000000000000245d1536af1eafdb541df63b94e6b061d0359e01e5204c349b0 27 0.01 vMB 142
153,797 153,797 0000000000000c16909729cde1678dfdc60ea4cd811adcb546d21a34747ab0aa 8 0.01 vMB 49
153,796 153,796 000000000000027d670ca403575c3f3ceae4e134ace2931101150f1f0cf87f1c 7 0.00 vMB 659
153,795 153,795 00000000000005f449a918c258210a9ce7dfbe3fedb950719b8b578d636e23f9 122 0.04 vMB 64
153,794 153,794 00000000000003a5686d6a38e09468682f597de1c42edebfe264d15a06f74c56 9 0.00 vMB 28
153,793 153,793 0000000000000353f5567c297e77557a9b2e9b84d3aceb84ecc2eac4ea63ad5a 33 0.02 vMB 46
153,792 153,792 0000000000000dd99dcffb1927caebe1b167a166398eed7399a2b2b02b280413 103 0.05 vMB 31
153,791 153,791 00000000000004288af7f163ebbbe8d60476f76c52e49e6977f956dfd38fed70 52 0.02 vMB 102
153,790 153,790 000000000000022c526e0b2face601e86202f098c69580de28f030143d20b5bb 10 0.01 vMB 282
153,789 153,789 000000000000057f3c49edaf2bd0f12afc446da0073be35e8dd0bfc137a8f608 8 0.00 vMB 346
153,788 153,788 0000000000000ad88f8d0fcf3400499b3761df21fbbe7cf69bf564c273157354 13 0.00 vMB 245
153,787 153,787 0000000000000a59cb19a6f504df54d1943df203726ac3a4b1eff478829da2c4 27 0.01 vMB 123
Previous 10 blocks ↓
Total Size: 779.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 282.90 GB
    • Received: 1.12 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.