Loading Tool

Explorer IconExplorer

Memory Pool

75,755 transactions
29.96 vMB
0.09606514 BTC
Random Selection Loading Transactions
Max Size: 179.02/200 MB

Candidate Block

Mining Attempt 04575e9c5a9ed4a625a29a45a50ea655a0e8350f8bf12f9d98c3791bd4fd0880
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root b01d3a9ba528aaac0ee0f7a92ce06b61e2494687e6a9ed93f5253561b1c9ba9f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,744
Size: 1.00 vMB
Total Fees: 0.02370070 BTC
Feerates: 100.00 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (321,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,867 593,867 0000000000000000000405cdd30ed8380602e918f2203d2ce407a217ab263b72 1,491 0.47/1.00 vMB 19
593,866 593,866 00000000000000000008b1feb9649fbba0f2a524f555139ebb942420eb027318 1,717 0.53/1.00 vMB 21
593,865 593,865 0000000000000000000a6f3180f0e0c670eca0d5327feb2c648137256e36df68 473 0.17/1.00 vMB 38
593,864 593,864 000000000000000000021b30afc9bb649731d4e4f4ad417f06c50cd7bc9c22dd 863 0.56/1.00 vMB 4
593,863 593,863 00000000000000000019ac0d95ee5ca5baf856a8dcef820e79a80984e63d0f02 3,511 1.00/1.00 vMB 24
593,862 593,862 0000000000000000000785a23fca67d499ee2fc880337ec7a074b9fe0cd7fe4e 1,151 0.33/1.00 vMB 17
593,861 593,861 0000000000000000001859ddf86a1be8b78e5ef71579b1cd8700875d2c3480cc 2,071 0.65/1.00 vMB 19
593,860 593,860 0000000000000000000c05e39b446b356fba36f0802dca892be88c5110505853 1,185 0.67/1.00 vMB 7
593,859 593,859 0000000000000000000085e9642932cdb17ef3d3cd0d3f3c381ab22e132bcee5 2,343 1.00/1.00 vMB 6
593,858 593,858 0000000000000000001922fbbf5f82dbed66f65e10b31700388afa51408a4134 2,940 1.00/1.00 vMB 19
593,857 593,857 000000000000000000066229e8b87df09290cc70dc4afb8cfbcf9b12d1765749 1,048 1.00/1.00 vMB 3
593,856 593,856 00000000000000000007fc1913330fb3e0587a6b2af445eb12c03309656268d6 3,067 1.00/1.00 vMB 17
593,855 593,855 000000000000000000199f923140e160a40b3e1334e6ff1603befa3533044825 2,651 1.00/1.00 vMB 23
593,854 593,854 0000000000000000000413b05752b629dfc4be03153a2917b14fbc45d509c320 2,943 1.00/1.00 vMB 48
593,853 593,853 000000000000000000140f0d477a7b14aaebd4ca1f3563df8183deed2d7421c1 2,506 1.00/1.00 vMB 8
593,852 593,852 0000000000000000000e415a83020bddc8091b6d180323b743b2e5a0a754fe08 2,956 1.00/1.00 vMB 34
593,851 593,851 00000000000000000001b753d68f417a434153095501a810c37ac2c22cebefa5 3,091 1.00/1.00 vMB 19
593,850 593,850 0000000000000000000bc250af4b6626bf3699520e3357e4b2fc45126799a4db 2,545 1.00/1.00 vMB 23
593,849 593,849 0000000000000000000fb24dd3a687da67f56dc3f901682c3add930b14dcfb25 2,141 1.00/1.00 vMB 8
593,848 593,848 0000000000000000000233cf30dd6cde110d60b4cb04035d62f6f3051cb283ef 1,887 1.00/1.00 vMB 13
593,847 593,847 0000000000000000000bc4d5ecca6ad6f8a34bc5fd2d99a2bee64d3ea38e1e3e 2,556 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 783.17 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: 749.33 GB
    • Received: 18.82 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.