Loading Tool

Explorer IconExplorer

Memory Pool

78,938 transactions
29.47 vMB
0.08447704 BTC
Random Selection Loading Transactions
Max Size: 180.65/200 MB

Candidate Block

Mining Attempt f194c002a7385e1d9a3a2ce2eb2bfcb8307bb2eac804328a79b4daa62130b0b6
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root 24a562a57a4261d914a2becf8ee5e454091c85d414b6cd2124bf9c442da9d973
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,669
Size: 1.00 vMB
Total Fees: 0.01979133 BTC
Feerates: 302.00 > 1.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (313,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,542 601,542 00000000000000000004658c5e645ff55f32197f273e550fe9f869dc99390c03 2,069 1.00/1.00 vMB 29
601,541 601,541 000000000000000000089797f767abf04659d94bc7e8c6afae2e515b1c39e195 2,373 1.00/1.00 vMB 22
601,540 601,540 000000000000000000003cda8974cedd2c0241745fc99fb76e7b9354db69ee79 2,460 1.00/1.00 vMB 25
601,539 601,539 00000000000000000009b169da95b6d04fcfb8e426a8303b4782da5b989f381f 1,952 1.00/1.00 vMB 26
601,538 601,538 0000000000000000000cc14d60421d7adcf0458d0890fb37f6c6cfb45b219bbc 2,800 1.00/1.00 vMB 23
601,537 601,537 000000000000000000016ef403d44160849050231cd3c57b8cc436ef73bbf877 2,704 1.00/1.00 vMB 27
601,536 601,536 00000000000000000009d9ab5a7c1ea9b8f1fb35a00d43440599fda1677d1807 2,786 1.00/1.00 vMB 27
601,535 601,535 0000000000000000000d383956ab7e91b398d91f5c5639d30d43e8a9a9cc7038 2,430 1.00/1.00 vMB 53
601,534 601,534 000000000000000000126227a862a2b7634610112b5920a3a8feae15fe1e2514 2,807 1.00/1.00 vMB 25
601,533 601,533 000000000000000000090620256c64cd5ad382053ea8b965cadbc1974a5a21f9 2,874 1.00/1.00 vMB 38
601,532 601,532 0000000000000000000878a72aa192ae6bd96c29d59d66bdba621fd5fecc57b1 2,336 1.00/1.00 vMB 25
601,531 601,531 0000000000000000000a4282a46760689bd0c86d59ba4dae3bef7082f2cd287a 2,890 1.00/1.00 vMB 35
601,530 601,530 00000000000000000013c86e37423ce683ba3333081282d4430952d7248d9863 3,015 1.00/1.00 vMB 43
601,529 601,529 00000000000000000005e8434be90d55cf320e5a4ef632a2f6d49f378735da27 2,923 1.00/1.00 vMB 24
601,528 601,528 00000000000000000013d6835cc0be90b2dbc65805059b21f5656ba37ccbc27d 2,796 1.00/1.00 vMB 32
601,527 601,527 00000000000000000005c8fd114ab3da662672d42b203aa1924f0f56b942f168 1,868 1.00/1.00 vMB 27
601,526 601,526 0000000000000000000cfcf8e3031bda2e57d1e6a2af37472e4b9b47d693b42e 2,250 1.00/1.00 vMB 25
601,525 601,525 00000000000000000000a5c268a495683a0f43da28285555492e9f5c72ce37ff 2,698 1.00/1.00 vMB 37
601,524 601,524 00000000000000000008aa938f792a9d11168c39b252a150507fe8bb49fda17a 3,306 1.00/1.00 vMB 36
601,523 601,523 00000000000000000002e68cccefbd7132e397f60c4b13ef85a3a0592655ef18 2,258 1.00/1.00 vMB 69
601,522 601,522 0000000000000000001133fa8d03116ec7bb3cf176b10f3130617cf7e70d709e 2,814 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.81 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: 710.18 GB
    • Received: 17.04 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.