Loading Tool

Explorer IconExplorer

Memory Pool

38,596 transactions
27.32 vMB
0.06229779 BTC
Random Selection Loading Transactions
Max Size: 139.24/200 MB

Candidate Block

Mining Attempt 36aadac97eaca2958a6080644ee5527d7a5f1362fdd734f17daa27036acf1be1
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root c93f87d04a2a6f0e38331ed59ec56108e28c9abebe9b2f9d1f4c50ee497d11de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,728
Size: 1.00 vMB
Total Fees: 0.01062095 BTC
Feerates: 60.16 > 1.06 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (527,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,984 386,984 0000000000000000089b28c9ec4b4f19a380b915e2974462de17a98baed9de4c 1,628 1.00/1.00 vMB 22
386,983 386,983 00000000000000000115723d7d0e21e089bb3b9e90b4b2240a2293425aea7eb6 3,006 1.00/1.00 vMB 49
386,982 386,982 00000000000000000a455b3a92bed4c2e75e5c5fe81d2b46343e8bf3abe83733 900 0.33/1.00 vMB 44
386,981 386,981 00000000000000000646924be77286d2ce7e1d3c0340df7d5e6b31ff89fe5bd6 1,195 0.75/1.00 vMB 21
386,980 386,980 000000000000000001ccf8660740416390f9e60201cc4ed6558982d784bcfb3f 1,910 0.75/1.00 vMB 45
386,979 386,979 0000000000000000070446aee80104e5b570b07c2787e0385103dd587b21fb21 1,074 0.60/1.00 vMB 29
386,978 386,978 0000000000000000063e90dc1c55e0aa213b4b4ad4ebc4091fbd7206a99b80b2 1,166 0.50/1.00 vMB 35
386,977 386,977 00000000000000000a9f6ebec96d5bdec10367120475144a62fdc92f125cd840 151 0.10/1.00 vMB 19
386,976 386,976 00000000000000000781dfd5b48639ad060490d5805aaae78226d08abda3dbd8 934 0.61/1.00 vMB 24
386,975 386,975 0000000000000000056f8971d92a5e11afb7df269df3c2e42d8a5c6f46dd959e 501 0.18/1.00 vMB 33
386,974 386,974 00000000000000000a1db8d5b824f292edcc850c6f44272ec13f80d1e3dcbfc2 195 0.19/1.00 vMB 16
386,973 386,973 000000000000000003741a8e930b0b864b73f5be9bf6e67b32e3ac43ee13dd98 1,073 0.54/1.00 vMB 33
386,972 386,972 00000000000000000aec53b0732781852a1fb5836b0f0ca36f4a36c7b675543a 715 0.47/1.00 vMB 20
386,971 386,971 00000000000000000826c4fdf4eaf97eaadf751a57a73baa2c7c1a7aef005f7b 2,065 0.75/1.00 vMB 41
386,970 386,970 00000000000000000de1749786833d104f3360d403345056bfd877702eb9b590 56 0.07/1.00 vMB 14
386,969 386,969 000000000000000003b8ef7546219445bfbeff71ccd24df49b84b7f8299d645f 1,695 0.89/1.00 vMB 29
386,968 386,968 00000000000000000b89e1b3956370c53108898fcd6293f82c7226e97cbefd28 2,012 0.95/1.00 vMB 32
386,967 386,967 00000000000000000080fad9b12b548f0bf1bb2be2037206e02998af4f07099e 1,052 0.57/1.00 vMB 28
386,966 386,966 000000000000000002d4a20dc6053c084dd0e5a1d9c1b184c6ede96830221e25 2 0.00/1.00 vMB 0
386,965 386,965 000000000000000003ed7bc64998e0d691c178e062dd1b67d82a1e8f28a5114f 274 0.14/1.00 vMB 24
386,964 386,964 00000000000000000642eff13b37c2d2dd052daf28627772ed12c03be87ad0db 1,188 0.68/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.75 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: 631.28 GB
    • Received: 12.06 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.