Loading Tool

Explorer IconExplorer

Memory Pool

77,105 transactions
28.82 vMB
0.11787946 BTC
Random Selection Loading Transactions
Max Size: 174.32/200 MB

Candidate Block

Mining Attempt b7b0b72d28c28c7e5045714a389ddf678e5af7e8e18c21775e3068c2d63d714d
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root ec356a61e1741a2561bf73521d6e8ef143f63161e7a9ddd700a1efa6f052b178
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,445
Size: 1.00 vMB
Total Fees: 0.05789679 BTC
Feerates: 101.65 > 5.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (119,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,436 795,436 000000000000000000010687688d08b81718f0e2123a8b820757fb0472ec2ba6 2,847 1.00/1.00 vMB 19
795,435 795,435 0000000000000000000038d3e9164e2d2673549537b6d5dc3c7e1b7c0bd7a99b 2,873 1.00/1.00 vMB 17
795,434 795,434 0000000000000000000215e86b11f3235a4739f750908d2190037cee626a2449 3,479 1.00/1.00 vMB 28
795,433 795,433 000000000000000000042aa41bb576849bd76e733311e572c8272a1fe5a4ad93 2,335 1.00/1.00 vMB 44
795,432 795,432 000000000000000000047f72ebdea7d89cc73df8aad0df4ee3389fd412005145 4,168 1.00/1.00 vMB 22
795,431 795,431 00000000000000000000e53bb8fd89222f603e891347d93520503b0bfe3c8d60 2,193 1.00/1.00 vMB 21
795,430 795,430 00000000000000000002f0879fcd40b892a5825142b1ef1d3b029b749e8b51c6 3,715 1.00/1.00 vMB 23
795,429 795,429 000000000000000000034587c1fb3473de6f06752cab0d5e9063d5468283745e 3,403 1.00/1.00 vMB 29
795,428 795,428 00000000000000000002814e0b0a4692d74db2e7180c4e47a42650b2faf4f80b 3,607 1.00/1.00 vMB 48
795,427 795,427 000000000000000000029b5e93c511e0d1b1593b7569305f74555979f1fba5e1 2,748 1.00/1.00 vMB 21
795,426 795,426 00000000000000000002c517f8a4d5b375b9462930f37848b4af86e5ac966867 1,732 1.00/1.00 vMB 20
795,425 795,425 00000000000000000001f306add88ef8513a3b73b6b36ab3e245ffee3f3b210d 3,689 1.00/1.00 vMB 39
795,424 795,424 00000000000000000003f7d803baee40f2b6c845f6d21ebeaa91c4102ed05fa5 2,923 1.00/1.00 vMB 31
795,423 795,423 00000000000000000000450be367563c7b6e84489e612cadce6872f5084127f7 1,000 1.00/1.00 vMB 21
795,422 795,422 0000000000000000000229b62a047cd4d830274f92d564f3f4dde97e0bf24bbc 704 1.00/1.00 vMB 19
795,421 795,421 00000000000000000001f5c4e016bf2565e126fc18bcd887f3fbfaa579cf8e96 3,074 1.00/1.00 vMB 20
795,420 795,420 00000000000000000004a40258172ac17a53bf22fe9c17255e1d2db03a6f6520 2,209 1.00/1.00 vMB 40
795,419 795,419 00000000000000000003f61e5968705d913e3ffd7a8f1e5afe65f07d7a4ced1a 2,482 1.00/1.00 vMB 19
795,418 795,418 000000000000000000047fb8adf6c71facdd2581bfc426b68684369e305aaf74 2,845 1.00/1.00 vMB 42
795,417 795,417 00000000000000000003dc1b43fa321fd4d7b7541630158f66431b5665025c79 3,429 1.00/1.00 vMB 32
795,416 795,416 000000000000000000034505c31ba20cd39a5cfc5ba477cddc17a8821a0d4f4a 3,115 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.59 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.53 GB
    • Received: 15.95 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.