Loading Tool

Explorer IconExplorer

Memory Pool

85,385 transactions
33.07 vMB
0.16056016 BTC
Random Selection Loading Transactions
Max Size: 196.92/200 MB

Candidate Block

Mining Attempt 736822e81aa85c4d64b7816ff3f3fe11ebc385a2dd3b41f96dc601cc8ad541b7
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root e2b50a78230718c1d2e41c283d9cc29a75be870cb567cb632171db25e79912f1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,546
Size: 1.00 vMB
Total Fees: 0.04964444 BTC
Feerates: 318.30 > 4.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (554,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
360,665 360,665 00000000000000001067d96e186edfe894f9dfc6e8f7a20e2b3d7df61f4a82ea 957 0.51/1.00 vMB 29
360,664 360,664 0000000000000000056423c64b0e90d38d0408dc125ce6de9d7523e21b7bdb97 764 0.37/1.00 vMB 29
360,663 360,663 0000000000000000131d8a45ba6b4be2eb018723de70a1aa26b1fe7d35ab1852 272 0.16/1.00 vMB 26
360,662 360,662 00000000000000000b9f034a2d7cf99eabe02dbe14bd82ffda6576b1a3f33a9b 915 0.74/1.00 vMB 19
360,661 360,661 00000000000000001567b3442d38e30b85ff477ac073c008b8eca73d40a862e6 1 0.00/1.00 vMB 0
360,660 360,660 00000000000000000f59477517f4b33dffcfaeffc42a06a586f3b58dffd7e356 2,410 0.93/1.00 vMB 36
360,659 360,659 000000000000000011413e38a5a3a87c01589aba7a919c2f8304e0e455051871 413 0.23/1.00 vMB 26
360,658 360,658 000000000000000007a6f34018a3fa376c25700e99c0bf6e5c67854bcaf7d08f 174 0.12/1.00 vMB 20
360,657 360,657 00000000000000000043b8524c759ac68eaf04658cdbe409251762e57bf24da3 2 0.00/1.00 vMB 0
360,656 360,656 000000000000000014d0ce37f499418c7467024499ae0ab4271a73b4c2000587 1,282 0.63/1.00 vMB 29
360,655 360,655 00000000000000000337754024e3e033961d18c9587a28afc5313a9b5dabd1cb 2,208 0.95/1.00 vMB 42
360,654 360,654 000000000000000004def54eb4ddbdbd0312df60281da66e46992e7e163e39ec 2 0.00/1.00 vMB 0
360,653 360,653 0000000000000000109ea54f56a1e51b140169439cddef0775f87c1d89baf657 734 0.42/1.00 vMB 24
360,652 360,652 00000000000000000e5d8e59d2ef8679aa3396b529a3d850afa28f6379a20c0d 885 0.60/1.00 vMB 36
360,651 360,651 00000000000000001277d1c924694fc8448c023f3f4536ff9b9e3b725a9ca1da 144 0.13/1.00 vMB 31
360,650 360,650 00000000000000000a23d2a8d4e7fadb009b6164346912b19942ee94eea1ed25 703 0.75/1.00 vMB 19
360,649 360,649 00000000000000000e0611d8db25aa3900203db79e26d71d4eec03ff56b605e8 2,532 1.00/1.00 vMB 40
360,648 360,648 000000000000000015e02f6222f6dc848a283d2c4c5b3d54ce6e19e65606e0a2 1 0.00/1.00 vMB 0
360,647 360,647 0000000000000000097a85090e169634c90ff378341b693fb8230963bae8dabf 1,074 0.75/1.00 vMB 22
360,646 360,646 00000000000000000909d205b1adbc02239447e32eb0195c5e9655af8a8d71d5 1,059 0.75/1.00 vMB 20
360,645 360,645 00000000000000000d29891531c23e27f14bdd52a63290c6ddbb2ecf8c82fcae 2,634 0.93/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.