Loading Tool

Explorer IconExplorer

Memory Pool

80,211 transactions
29.63 vMB
0.08903375 BTC
Random Selection Loading Transactions
Max Size: 179.81/200 MB

Candidate Block

Mining Attempt 862998a49619dc8611fb6173f8425d7f2ce09ad75912a35fbab9eb81c33cae7d
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 0ce2a58a1af1ed824c22f35f8c791a8aa5eb04c8d3ba728d4c559fdf1268d84b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,860
Size: 1.00 vMB
Total Fees: 0.02349162 BTC
Feerates: 90.00 > 2.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (351,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,098 564,098 00000000000000000007ddd6c57f818beeea5a5ebe2cab3bbc44e3a780ba8f99 2,335 1.00/1.00 vMB 17
564,097 564,097 00000000000000000000e381ed916a9abcb4beed650a1929507b71c3946f6f9a 2,253 1.00/1.00 vMB 28
564,096 564,096 0000000000000000001895b28b6266bca005bbf90f1ddda9c66653e62e7e0d79 2,137 1.00/1.00 vMB 38
564,095 564,095 00000000000000000019437531e8d0b92b13ffe2ebcca6dd71f08210865985ec 2,409 1.00/1.00 vMB 30
564,094 564,094 0000000000000000000ddd6c1a6fe926e3998fd6074dc425d4ac74931e284fad 2,454 1.00/1.00 vMB 16
564,093 564,093 00000000000000000022c0159bafa727c019b25a5ba780c1640912bf65f6dd1a 2,273 1.00/1.00 vMB 9
564,092 564,092 00000000000000000006f33c105d884d2b99a657cc045d5c38c8223037264ae9 2,804 1.00/1.00 vMB 32
564,091 564,091 0000000000000000000d50bc638416b9c11a6e852c55b8967848009a351d3a14 2,766 1.00/1.00 vMB 35
564,090 564,090 0000000000000000002a7df7f7038a89cbb9937e0f5875ff750173995704f511 3,209 1.00/1.00 vMB 54
564,089 564,089 00000000000000000019723234d65ad0ee194ad9b9cb712d757b22ad1b0ae5a9 1 0.00/1.00 vMB 0
564,088 564,088 00000000000000000014224dc3c3d695f802113b499615263b5481ec5eafdf4e 2,389 1.00/1.00 vMB 27
564,087 564,087 0000000000000000001303730346714fa5ce6f3753e79054f9f277421d53be3b 1,791 1.00/1.00 vMB 46
564,086 564,086 0000000000000000000005f411a36c0087a0f2d53789083b2cd17d9954b7e87a 2,183 1.00/1.00 vMB 33
564,085 564,085 000000000000000000277db2fda956fccdc09e4f44c30aec6e916b83ef2faf1f 1,910 1.00/1.00 vMB 10
564,084 564,084 00000000000000000019faf035555f6b8d73319874164b745ab2847cba445a03 1,520 1.00/1.00 vMB 16
564,083 564,083 0000000000000000001ac380b65e499f239bcba1e1ccb58a5ed949eb278558e6 1,683 1.00/1.00 vMB 11
564,082 564,082 0000000000000000000cab977b6e2efa5ee4ba2ab22a0fec54a8515bcd15c79a 2,968 1.00/1.00 vMB 18
564,081 564,081 000000000000000000074859da49c25b6d11c51949bb6dfe9292aefdc3067379 1,957 1.00/1.00 vMB 22
564,080 564,080 0000000000000000000e3da8f945a30d25f7de0ca7540e2159ec4fe166cb6884 2,668 1.00/1.00 vMB 28
564,079 564,079 0000000000000000001584a00fb3d44224a9a4499e51c11178090abc29e7f91e 2,008 1.00/1.00 vMB 19
564,078 564,078 00000000000000000009d881957790ef22d95393ddd61e974ca24fe3b1567030 2,945 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.