Loading Tool

Explorer IconExplorer

Memory Pool

49,440 transactions
30.68 vMB
0.10006906 BTC
Random Selection Loading Transactions
Max Size: 164.22/200 MB

Candidate Block

Mining Attempt f04aa89f7b67d79a54853ec2830bbe0e5cff13a1869f83e78595659d07545016
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 5646df480f3341c74871a117f02fde76f9f808636d524d99aa73898b94da407c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,260
Size: 1.00 vMB
Total Fees: 0.03537885 BTC
Feerates: 101.56 > 3.55 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (255,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,086 659,086 0000000000000000000b3cd27dc2c6c846b8c5a1c8e1a685ce87f62a6636aba6 2,445 1.00/1.00 vMB 56
659,085 659,085 00000000000000000003f186b0c117fbbd80e35707337e6e555b010c9fa0a485 2,242 1.00/1.00 vMB 79
659,084 659,084 00000000000000000005e3c10865e75d61e24e436931b45c4b5d4b8eb41febe2 2,496 1.00/1.00 vMB 27
659,083 659,083 000000000000000000097727ff80963b3f94ae799fb19e51a880440679ad9af4 2,354 1.00/1.00 vMB 28
659,082 659,082 0000000000000000000e996233114d60d4248e9740af4d096dcf3d9bd360e662 2,593 1.00/1.00 vMB 32
659,081 659,081 0000000000000000000e80de9ba4e7a4cba548416b376ac95fdaed888e995d41 2,203 1.00/1.00 vMB 48
659,080 659,080 00000000000000000001e71d62bf01d0845f50fe7eadeb167b70ee845d50aa8f 2,540 1.00/1.00 vMB 88
659,079 659,079 0000000000000000000d3293ade809756c67693cbd81ba067f33d960e2c94647 1,664 1.00/1.00 vMB 22
659,078 659,078 00000000000000000000ae2deab165c99e8b68d853320c607485ec0ab741c057 1,647 1.00/1.00 vMB 46
659,077 659,077 00000000000000000002cfd2200ea55f374c46103e7c30d3d10f39d52d0f53c8 2,480 1.00/1.00 vMB 11
659,076 659,076 00000000000000000000bf320ee80b16672b80656b8c3e3b0ac1a8a9eccc2a4b 2,129 1.00/1.00 vMB 20
659,075 659,075 000000000000000000000209f66833ee74e609f793debd0cd36e6a43bbacf85a 2,642 1.00/1.00 vMB 59
659,074 659,074 0000000000000000000ac4523e7e10f0724f341468ff1a7d7371286113b5c744 2,472 1.00/1.00 vMB 58
659,073 659,073 0000000000000000000df635b3240cc6a1d8e2c140c7c380440ec44e60b2b3ed 1,901 1.00/1.00 vMB 9
659,072 659,072 0000000000000000000a1042c0297de90e59bcb66cb059f2f6bd9fc1bfcb5a5f 1,501 1.00/1.00 vMB 41
659,071 659,071 0000000000000000000a678ec5c477bf76033fd3f95fe95867fb6931cc3118f8 1,104 1.00/1.00 vMB 67
659,070 659,070 00000000000000000000adc2f10e3faa81fb3b756358e3f1e9a1ea10c0f1411d 1,275 1.00/1.00 vMB 31
659,069 659,069 000000000000000000002e131b06f0a911c976a0436e079a4f943299ee2484aa 2,821 1.00/1.00 vMB 62
659,068 659,068 0000000000000000000965e48db714b8fed9c48a327599418b892fc000280b8f 1,868 1.00/1.00 vMB 25
659,067 659,067 00000000000000000009247038c3ffa71a524fc861dec44cc8462b268c071dca 1,822 1.00/1.00 vMB 20
659,066 659,066 0000000000000000000661e6b6c1e94147b3560b7fcf8471d414a9e8a54c3de3 1,325 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.13 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: 652.42 GB
    • Received: 13.77 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.