Loading Tool

Explorer IconExplorer

Memory Pool

78,184 transactions
29.10 vMB
0.07572733 BTC
Random Selection Loading Transactions
Max Size: 176.32/200 MB

Candidate Block

Mining Attempt a81ba1acd87a09616f9c2818067c259e7a7a49ce9c3364112b0e88ded4a2c87d
Version 20000000
Previous Block 000000000000000000006b4c7bb2ab823a26bc3d3f20f2f0ec55782dada1c679
Merkle Root 393324da6dee5dd11c4039dcde70c54e14452fc5d4c9775f5a91b9c66cdf1b43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,809
Size: 1.00 vMB
Total Fees: 0.01493733 BTC
Feerates: 100.72 > 1.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,104 (266,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,067 649,067 0000000000000000000a07abe78e1c62d0bea3fe8ad7527c570ac57a2301145c 648 0.30/1.00 vMB 34
649,066 649,066 0000000000000000000e6f84cd143eed8d475e9d504c20e2f498512cc3d37a43 2,028 0.86/1.00 vMB 16
649,065 649,065 00000000000000000004e060ddb7bcd892942ef5f20046585c41e8cb88b5352c 2,028 1.00/1.00 vMB 14
649,064 649,064 0000000000000000000c219daac2df585b1a9f660f39b589786da309a225c274 2,133 1.00/1.00 vMB 14
649,063 649,063 00000000000000000001cf14426a392393af9b3ccb576f7d7964e331156db1b9 2,370 1.00/1.00 vMB 34
649,062 649,062 00000000000000000003f573f1889879a907e632c69618199c8efa3536d15c61 2,429 1.00/1.00 vMB 62
649,061 649,061 00000000000000000006fe7fc262955a422128a7a22647f162a519622c5f83b1 2,384 1.00/1.00 vMB 7
649,060 649,060 0000000000000000000656d1920f43fd852e9c74b8f78b603d23f8388bb823d7 2,148 1.00/1.00 vMB 44
649,059 649,059 0000000000000000000855353cbdc0fac510eedc08de886965a9ac5d4d51f96b 2,493 1.00/1.00 vMB 50
649,058 649,058 000000000000000000028272f02c997abd6d57f0eb9387b730ce381b9adbb265 2,699 1.00/1.00 vMB 71
649,057 649,057 00000000000000000002cae3fc9c111ffd7366f97396e53c11e74920407e0e42 2,216 1.00/1.00 vMB 9
649,056 649,056 00000000000000000005db50d38d80d4d3cf04e69bd5ce54834755195e51fd8e 2,562 1.00/1.00 vMB 47
649,055 649,055 00000000000000000006c7a8a747f1cc6f6d64d99dd4046885b92e65e590bc46 1,931 1.00/1.00 vMB 47
649,054 649,054 000000000000000000039b2c7da4f85fd19a1f538bd1927362d1a53d50d3084e 832 0.35/1.00 vMB 30
649,053 649,053 00000000000000000005370127eace86b1824b5eee4d70ebe53d076998fabfce 301 0.12/1.00 vMB 47
649,052 649,052 0000000000000000000c05644d81d63dc1577e2d97fb770becf5ca9d2fad32df 587 0.22/1.00 vMB 28
649,051 649,051 0000000000000000000ac5b4612969d4125809cced40dd2e3c8c6cdbf76dcb7d 235 0.12/1.00 vMB 23
649,050 649,050 0000000000000000000e947cbf43f0cc44e4163ff5db07e1b9e873bd7ab139c5 1,148 0.49/1.00 vMB 26
649,049 649,049 00000000000000000000a6767b43030cb2b450c46c95320beeabea3a72e6f54e 654 0.65/1.00 vMB 7
649,048 649,048 000000000000000000042b9fbbfeb712be30217082e440ee0743d81bcc57d5bc 646 1.00/1.00 vMB 5
649,047 649,047 0000000000000000000eb7d85f43d268203d852ef50afa9883c06d44242bdbf0 789 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.57 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: 671.16 GB
    • Received: 15.86 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.