Loading Tool

Explorer IconExplorer

Memory Pool

15,941 transactions
10.62 vMB
0.01957001 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.53/200 MB

Candidate Block

Mining Attempt 5b915984d61f3ccf2e17e20291e44c8e3eb4b8012fed8ad67faa897759c2ab7d
Version 20000000
Previous Block 0000000000000000000009523cccd0e9fb297d3cb3a5c200be639dd47df9e137
Merkle Root 3d28d5cc9298bbe4ff04b3be306599b32c2f191930d938f5c35017d7a9c788ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,914
Size: 0.9979395 1.00 vMB
Total Fees: 0.00284150 BTC
Feerates: 8.02 > 0.28 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,790 (738,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,810 174,810 0000000000000514156e3341f45b5fc1aa3f6bf6819dfc623ddac9cd5b4ec5a8 10 0.00/1.00 vMB 99
174,809 174,809 000000000000045c950096b520d87b86374e8dfb3f4307d4f85f22e1319d90eb 15 0.02/1.00 vMB 57
174,808 174,808 000000000000015c250bc6df6294136700620fe25de7a6e50f4bb42668713032 97 0.03/1.00 vMB 174
174,807 174,807 00000000000003aaed0550c58fe88d01e8b1242a01abf05974fcd55f83e5b116 23 0.01/1.00 vMB 33
174,806 174,806 00000000000002a3c358b5d1c5f732bdf2875a4299fe375b3416e9960e096768 75 0.03/1.00 vMB 43
174,805 174,805 000000000000004e86eb55db0a9471cf6ea3c719ba4633637c51ce02d35a4fa4 29 0.01/1.00 vMB 27
174,804 174,804 000000000000095d40c67815a85bcaf508d74414a1093b033fc6a7ca1b6858b9 19 0.01/1.00 vMB 80
174,803 174,803 00000000000002121950f7339a21da6c340c45e3688bc2431dfd20ef68b8c9ca 18 0.01/1.00 vMB 36
174,802 174,802 00000000000007f4a6bd621206223e92ca944791b2950fd5f77b295cd345e788 40 0.02/1.00 vMB 24
174,801 174,801 00000000000001516a711fab8441a3c1356bbfad8807e765ee4f552478a5879d 43 0.03/1.00 vMB 1,168
174,800 174,800 000000000000038d990dd1710f828b3ad58a985452ab057c3977d00058fb9a17 4 0.00/1.00 vMB 109
174,799 174,799 0000000000000909edf89e0700d34c90ccb043079abeafb85d4e13172b4284ae 26 0.01/1.00 vMB 14
174,798 174,798 000000000000027ae37756d8f8715bdfa63b6925c85eb91d46be916b5d25f3d2 51 0.02/1.00 vMB 123
174,797 174,797 00000000000007ae38b093bad6e2e182ab8f22d5bcc9e63e4bac41eb6d9d6eab 26 0.02/1.00 vMB 72
174,796 174,796 0000000000000611e90af0f5ce4698c00aa48bc4d7273f8c3da47bec7580bd6e 80 0.03/1.00 vMB 24
174,795 174,795 0000000000000877b3b1997071f99f5967a9bc88e00cf5a235bd54a80eb7c5b8 37 0.02/1.00 vMB 64
174,794 174,794 000000000000061298df05c2e4a2166710e7e602feb1a87b805bc74827650d45 35 0.01/1.00 vMB 117
174,793 174,793 00000000000008b7ebea8173fb5bb76ccde925c1789532e518bd4e3dc30def5f 28 0.01/1.00 vMB 27
174,792 174,792 00000000000009ffd59f6aed4998ae16903194c864aba2b4026e0b584b84b03c 58 0.03/1.00 vMB 66
174,791 174,791 00000000000008e9764c847b82e9fdb268724cdd57e83ece13fb1d2988054e6d 26 0.02/1.00 vMB 28
174,790 174,790 000000000000031ce95597f6397241b132f65d2a984779b835bb8e9c21fdc569 9 0.01/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 780.25 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: 514.02 GB
    • Received: 4.29 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.