Loading Tool

Explorer IconExplorer

Memory Pool

73,966 transactions
28.53 vMB
0.07201754 BTC
Random Selection Loading Transactions
Max Size: 169.08/200 MB

Candidate Block

Mining Attempt 9dc698604ddedbbe20bf6eb92bfee50d58e1bb2850dc1377df22d8d523b998a5
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 103071d5f80ac35ced0a8f826faa3755464ba8701a7fb61545d0214a7878c7b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,628
Size: 1.00 vMB
Total Fees: 0.01475365 BTC
Feerates: 250.89 > 1.48 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (410,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,973 504,973 0000000000000000001c9981a1a1d85f8150fd3bc44e25b9392ec910e01bacc3 1,260 1.00/1.00 vMB 429
504,972 504,972 00000000000000000015a53bb88907ef07b342432a8ae3c1a12ceedd242076b4 1,033 1.00/1.00 vMB 293
504,971 504,971 0000000000000000005edae5cf54364bbf0e5e00dc1e31ace05fcfb75863522b 2,200 1.00/1.00 vMB 334
504,970 504,970 000000000000000000708560547e54bf7fbae4aae5d14a300a1b1023dd2b8d66 2,064 1.00/1.00 vMB 278
504,969 504,969 0000000000000000000e93b0e7c0af2ef64333ee3fe4c78e244f9fe7a4d661d2 2,004 1.00/1.00 vMB 437
504,968 504,968 000000000000000000114cc5fb46127323cf88ffe9b6bff1ef30746b3e3ee00d 2,225 1.00/1.00 vMB 451
504,967 504,967 000000000000000000732efc6ec9c16e872a1400603f97e718263a70e849507c 2,184 1.00/1.00 vMB 353
504,966 504,966 0000000000000000006b75bbf98d8ad57c86eb3fbadc8d4b2680cdf3806ef434 2,047 1.00/1.00 vMB 297
504,965 504,965 00000000000000000025261d9ac4e30d4391e13c0d2de598c27397e6b797b937 115 1.00/1.00 vMB 113
504,964 504,964 00000000000000000055bc3f8e3d719640976f6501664d8f198d5c51d5649860 1,036 1.00/1.00 vMB 181
504,963 504,963 0000000000000000002fa655b0cafa90a23cedeb4780a0e5c8c2e9048f414f6a 1,750 1.00/1.00 vMB 347
504,962 504,962 00000000000000000043754fc3c875b4c8a1be7237b55ef599c4943753be039f 1,503 1.00/1.00 vMB 310
504,961 504,961 0000000000000000001455685525816b9a82d08dfe0aafda7173f4c50fdbf518 2,015 1.00/1.00 vMB 472
504,960 504,960 0000000000000000006280cd268b57cd07d3e23eff22fc40dd543cbf7aae20b5 1,220 1.00/1.00 vMB 218
504,959 504,959 0000000000000000002344131b6e2ab9c90f512bb391cae6f3e1965a712ea9c7 1,174 1.00/1.00 vMB 141
504,958 504,958 00000000000000000025c0c7423a7ef4068e68a1d6ad4ea2f8cff40ed5354d2b 1,498 1.00/1.00 vMB 399
504,957 504,957 00000000000000000016122d923269c3d77d5c266a78cdefc0c4277d33ebd835 1,409 1.00/1.00 vMB 234
504,956 504,956 00000000000000000026c0b136feda5561cde9f879ffdebc0fce372fce9d6876 960 1.00/1.00 vMB 401
504,955 504,955 000000000000000000046153368246441afc2f754178d88e2f91395689116733 1,743 1.00/1.00 vMB 464
504,954 504,954 0000000000000000001d5db7029cb83ca752d353dd9fa8e3e93220b4e48a184d 1,489 1.00/1.00 vMB 417
504,953 504,953 000000000000000000734fa746d33f8abcc2493baf208c7f6eae668cd74910f2 2,307 1.00/1.00 vMB 497
Previous 10 blocks ↓
Total Size: 782.47 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.98 GB
    • Received: 15.35 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.