Loading Tool

Explorer IconExplorer

Memory Pool

72,980 transactions
28.19 vMB
0.07286703 BTC
Random Selection Loading Transactions
Max Size: 166.81/200 MB

Candidate Block

Mining Attempt 0e1e651802cc2138cd9e3892ffe55fe82f24dcb55088bb25d0fda4f236f4d1b5
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root cd3f1a0870a144d4b6cc8c377f9c51ea483a4e0e0fee7d02cd7047dd8581097a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,073
Size: 1.00 vMB
Total Fees: 0.01641764 BTC
Feerates: 157.46 > 1.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (341,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,828 573,828 0000000000000000002a5053a2fac51956d7f95b1a331e1f207cb67ca0a65bd6 3,076 1.00/1.00 vMB 70
573,827 573,827 0000000000000000002b646a17d94b2061cecc5d425da40e73dccbebcd6b90aa 1,869 1.00/1.00 vMB 32
573,826 573,826 0000000000000000001b237392d396836330c610a948de87f6c6155847fc4eeb 1,516 1.00/1.00 vMB 32
573,825 573,825 00000000000000000002491ee0852d9f0c78d9889d4111fc4a7f5a675eebd194 3,357 1.00/1.00 vMB 58
573,824 573,824 000000000000000000145999433d7738d96a305ba0a59c5d69ac300494675362 2,485 1.00/1.00 vMB 53
573,823 573,823 000000000000000000080cc0eb045ba13dafd8e1b0d8cf39e35a7b9435f29207 3,259 1.00/1.00 vMB 45
573,822 573,822 000000000000000000195bf7e952927f2c70141563e0357dd0be9af27053da84 2,766 1.00/1.00 vMB 65
573,821 573,821 0000000000000000002419168110613bd7fe23baf6fa19ae9fd448276c7081b3 1,628 1.00/1.00 vMB 24
573,820 573,820 0000000000000000001394cfa10c7ef3248f26be413941fcff83786946c20afc 1,198 1.00/1.00 vMB 39
573,819 573,819 00000000000000000009db59e8183145aa4ee0380f7755bf291cfc1ed0c7b9ce 2,758 1.00/1.00 vMB 56
573,818 573,818 00000000000000000004eb11a29836fa02ec76eba3ab8788d90fa04d79c0df13 2,788 1.00/1.00 vMB 42
573,817 573,817 000000000000000000026f978eb3fee6cce88a70e57241fce58da192d8a69c4d 3,079 1.00/1.00 vMB 70
573,816 573,816 0000000000000000000c32504d12ee830c59785574e36a65c53dd33a94b0ec47 1,433 1.00/1.00 vMB 38
573,815 573,815 0000000000000000000fc1987722985a03ed7635bbfff5091b26b2c8de7215fe 2,866 1.00/1.00 vMB 50
573,814 573,814 00000000000000000017bdcc3dd79e19807b99df1b199947e370fc0ad5c6cb33 2,156 1.00/1.00 vMB 35
573,813 573,813 000000000000000000229a1efad7d9f51fcda07ba421f251d0d53a2a4f98d49f 1,617 1.00/1.00 vMB 48
573,812 573,812 0000000000000000001a52ad80caefee6d8c7bb5e0221326300025f9a271ea3a 2,532 1.00/1.00 vMB 61
573,811 573,811 0000000000000000000d503f218b70ab6416e0813152ebd1b18821b84aef0879 1,922 1.00/1.00 vMB 46
573,810 573,810 00000000000000000019c46ac346ea2cbdb39927d243b784ff40f8c31efac6d3 2,509 1.00/1.00 vMB 79
573,809 573,809 00000000000000000007a722b636e7cb3f52f1c78571cdaee7b2c07fe2d8ad1a 2,219 1.00/1.00 vMB 53
573,808 573,808 00000000000000000016652a6122c1b875188175592a46816011e13645a630c5 2,773 1.00/1.00 vMB 68
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: 667.52 GB
    • Received: 15.26 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.