Loading Tool

Explorer IconExplorer

Memory Pool

34,532 transactions
26.38 vMB
0.05321713 BTC
Random Selection Loading Transactions
Max Size: 132.83/200 MB

Candidate Block

Mining Attempt 819f5fd501c386f5e670857adf099b199370bb7260b18d3187a11be90478e6e6
Version 20000000
Previous Block 000000000000000000015e18bfde629943124343fdb98c0d80831309061b5bfd
Merkle Root 590351a35cacc545e7030c38a207586044c317e27b645e8e675a7d86b62c20d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,235
Size: 1.00 vMB
Total Fees: 0.00425020 BTC
Feerates: 75.10 > 0.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,647 (527,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,987 386,987 00000000000000000eb17862f1119dafaf6e1b3256df103d20184b1b74523379 712 0.37/1.00 vMB 32
386,986 386,986 00000000000000000d4241fbbcba431a46c4c31413cd8652373a763c1fdc0085 836 0.39/1.00 vMB 31
386,985 386,985 0000000000000000005ce19b7cf90462e0f16b2eec8df215d748e19e9fa8a47a 411 0.49/1.00 vMB 9
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
Previous 10 blocks ↓
Total Size: 781.77 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: 632.63 GB
    • Received: 12.13 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.