Loading Tool

Explorer IconExplorer

Memory Pool

44,774 transactions
27.16 vMB
0.07317414 BTC
Random Selection Loading Transactions
Max Size: 142.73/200 MB

Candidate Block

Mining Attempt 884ced6c7f35c0a034306c15f57be0f4e58584ec8d86911b3d1a46571c40e398
Version 20000000
Previous Block 000000000000000000000daf054202e657483ffdca3c83fde776f6782404cc63
Merkle Root 4da1606185d8eb3a99167e8d75050e391982895560977d8b1cc3d2b1ed805b2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,835
Size: 1.00 vMB
Total Fees: 0.02212173 BTC
Feerates: 265.25 > 2.22 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,887 (549,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,895 364,895 0000000000000000031d9af2fe38cc02410361fb213181fdb667c74e210d54c4 2,694 1.00/1.00 vMB 72
364,894 364,894 000000000000000010dba09112ad82c524d85fd27a89f010ea4cac82a4cf4d8c 1,298 0.95/1.00 vMB 33
364,893 364,893 000000000000000005f224aa33c71626ade780cf14ac88c2b0920f67ff1a42a2 4,544 1.00/1.00 vMB 31
364,892 364,892 00000000000000000116b77a9e8eff2cbf222e41600f3fe64cbbfa9738562553 1,242 1.00/1.00 vMB 59
364,891 364,891 000000000000000011658eab14d409d29228486670f72ca8daa032fb5a18fcd7 1,501 0.95/1.00 vMB 43
364,890 364,890 0000000000000000083f1d3ed08ba022903824cc6df02be542df736032f97033 1 0.00/1.00 vMB 0
364,889 364,889 000000000000000010e5c0e7957f6963efd1365a923f600a7eb8b03bdfb10387 4,109 1.00/1.00 vMB 40
364,888 364,888 000000000000000014e1fca778b8366b3a56db60c9667920ab308e7b08148532 1,873 1.00/1.00 vMB 45
364,887 364,887 00000000000000000a45a19cf6baa507718cf6a2c8b509fb86bc01850453b396 698 0.99/1.00 vMB 25
364,886 364,886 00000000000000001117f95de70350c55f367a9f73f313436f13e91e14a0c1e0 5,235 1.00/1.00 vMB 18
364,885 364,885 00000000000000000c5487aaf891cd067edbcaf4c05d4273aa71af2a651c83f4 1,381 1.00/1.00 vMB 40
364,884 364,884 00000000000000000f25b6c53604252798277bad1162679278ef9babf111a234 1 0.00/1.00 vMB 0
364,883 364,883 000000000000000009ad5a4fdeeec58a82cd53d19b6904468262a44234ea964a 1,947 0.95/1.00 vMB 63
364,882 364,882 000000000000000014777d30d96022ffc51ae8b989b808a72cb6d37d07b1cab2 407 0.99/1.00 vMB 18
364,881 364,881 000000000000000014ae285cbdaab8360c2bbc392ff1140aea28b5fd686054ed 1,865 1.00/1.00 vMB 75
364,880 364,880 000000000000000004a057fedd99a2a5f14888df4b77a5a401068b97645f1140 1,974 0.75/1.00 vMB 53
364,879 364,879 0000000000000000067b4a60e68f65b47535a5c13306ab3a292d3fae8d730aeb 1,472 1.00/1.00 vMB 43
364,878 364,878 000000000000000003c0222db0e3b9fe37c66890c6d3851d81b06bd804bb4d4a 1,094 0.93/1.00 vMB 26
364,877 364,877 00000000000000000fba34ff79cf46902e73b752dd1f7b40189d8b01eea0f889 1 0.00/1.00 vMB 0
364,876 364,876 000000000000000002a0f6e0afb57b61c12c7aff3fda96af7214df4c06f5e6f0 1,407 0.93/1.00 vMB 42
364,875 364,875 00000000000000000226556b8e3a5a7336f28155a40a507ead0918230b8d29b5 2,203 0.93/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.19 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: 653.70 GB
    • Received: 14.02 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.