Loading Tool

Explorer IconExplorer

Memory Pool

43,556 transactions
27.00 vMB
0.05599502 BTC
Random Selection Loading Transactions
Max Size: 142.40/200 MB

Candidate Block

Mining Attempt 47863d67c5b9b206e826b59c7315becaeac583dd441be53fd32c0dadaf2bb790
Version 20000000
Previous Block 000000000000000000001260ba24b1c90e21ac7ae42fa5287b1c1450592fa5bb
Merkle Root 2a047f6b723af677d03e235f91e902a4ab26c0f64ef526fa184148a7ed230850
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,086
Size: 1.00 vMB
Total Fees: 0.00576793 BTC
Feerates: 40.21 > 0.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,914 (468,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,761 446,761 0000000000000000008c0f80e1a0f3f3d17b30def9d4300efa829b9e4c108087 1,008 1.00/1.00 vMB 68
446,760 446,760 0000000000000000030be1d092a4a2dab5b32063a95da936ad9bf9f87c828596 1 0.00/1.00 vMB 0
446,759 446,759 000000000000000002159f9cbc24cb38a6b5289cc1e237412a0fe69c1df9a607 2,209 1.00/1.00 vMB 82
446,758 446,758 0000000000000000028ca77ecc29f3f6c3aedf320afa93acaae3ad55f00f0804 2,393 1.00/1.00 vMB 116
446,757 446,757 0000000000000000008a325b0811bf66d77d2619de843835991cf3b9622c2912 2,331 1.00/1.00 vMB 72
446,756 446,756 0000000000000000029c301906dad1d5f0fa9a783b6c7ffeb0b88686c38df3fb 2,421 1.00/1.00 vMB 82
446,755 446,755 0000000000000000027c0d96e5ccc24799bdf1ce6873447dde2856ba305957ca 1,833 1.00/1.00 vMB 92
446,754 446,754 0000000000000000003f5f76158cfa2391811772ea1cd488b6142a2523b709b1 2,337 1.00/1.00 vMB 132
446,753 446,753 0000000000000000029a5c76414d65aedd22613392f9153007c74b9bea0d6ff4 3,290 1.00/1.00 vMB 81
446,752 446,752 000000000000000003356fa20d05e840de3d60387cf32d23ad88612ac8e385d5 2,632 1.00/1.00 vMB 70
446,751 446,751 000000000000000001d85d37e468fcf40615e8388b53ded24a238e24145b8dde 2,220 1.00/1.00 vMB 96
446,750 446,750 00000000000000000221057282cafaeb47b25bb77c9dc1ca942d54626b59df94 2,393 0.93/1.00 vMB 94
446,749 446,749 0000000000000000018a706e0f7d6c95577f1dc8a31ec02b03d7f8734e99bb94 2,290 1.00/1.00 vMB 88
446,748 446,748 000000000000000001a901f6e3900c208fe6dd2a247165faa20a440233146494 2,404 1.00/1.00 vMB 124
446,747 446,747 000000000000000000cf3cd6c9df5099194199a2ffb2850649e13f9da69bea8b 2,046 1.00/1.00 vMB 114
446,746 446,746 0000000000000000013566561de2f7ff4deb07e7cd0c47cbb04f7d87ea63b838 2,463 1.00/1.00 vMB 95
446,745 446,745 000000000000000001c9c32e65086e583279b6aa9f46866a43045738d4c4786c 2,673 1.00/1.00 vMB 81
446,744 446,744 00000000000000000325c036146631d84767abf6c02387e0e3c52b51d4673b13 1,880 1.00/1.00 vMB 99
446,743 446,743 0000000000000000010f2351583d41f2e5ee7cc4c6640353721a9b0476e7c7fb 2,384 1.00/1.00 vMB 114
446,742 446,742 000000000000000002454e68e2db7c7c09a34ce9b237277bfe2b7c5db3005264 2,022 1.00/1.00 vMB 96
446,741 446,741 0000000000000000036b5ae922b08df8dbeae6a112c82dfaec3013c7723bd89e 2,426 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 655.06 GB
    • Received: 14.25 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.