Loading Tool

Explorer IconExplorer

Memory Pool

79,102 transactions
29.49 vMB
0.06839887 BTC
Random Selection Loading Transactions
Max Size: 177.49/200 MB

Candidate Block

Mining Attempt 9a56a1d801e77ca9cb77421b1cc6615b915c5bca74b2cd08a4b0fe4fc8ed6ee9
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root e6b4bb9dd577131dfafe1cfbc66ab24a225bc6977778a6463d73618f695437ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,252
Size: 1.00 vMB
Total Fees: 0.00855382 BTC
Feerates: 150.77 > 0.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (520,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,002 394,002 000000000000000008f1f4c1ae6cc0568e3ca69c9cefac0f20ef0d18c0e7dda1 1,634 0.91/1.00 vMB 50
394,001 394,001 000000000000000006d90033ca2d3e257db9853761609cf17b00cc6a6e705f48 1,198 0.75/1.00 vMB 40
394,000 394,000 000000000000000009ae6157a480e351cdeb8be494362a3bf3cd1c4feedf8ad6 1,345 0.93/1.00 vMB 23
393,999 393,999 000000000000000001795f2eb8020d5f46dba429a5f107343709174dfafd26d4 1,054 0.52/1.00 vMB 37
393,998 393,998 00000000000000000969606c2dcb63a3cbfbf21a116d51412cecc8e1c188885a 1,473 0.90/1.00 vMB 22
393,997 393,997 0000000000000000051f0c221febe47ecb795ad503bb94056be828b54fa4be62 2,266 0.95/1.00 vMB 50
393,996 393,996 0000000000000000064ea01983890ed98d1c2afc9fad415e5fb10d4d96b7f625 483 0.52/1.00 vMB 20
393,995 393,995 000000000000000003d30c62b616fa15efec1809bdf5b81e912ae44a1169eaf8 1,620 0.99/1.00 vMB 24
393,994 393,994 000000000000000000ce51087a7793a553cf0ece6b70260622fae912749736e9 1,094 1.00/1.00 vMB 19
393,993 393,993 000000000000000000754a0db413113a30f954e066ce740134e3885255b2f249 1 0.00/1.00 vMB 0
393,992 393,992 0000000000000000060631076a112a91e75fcc07e2849e94b1590b61d3874759 1,735 1.00/1.00 vMB 27
393,991 393,991 000000000000000007cc12407c9ea17f813930fea9ab77ff37aec202cdf53b75 2,515 1.00/1.00 vMB 56
393,990 393,990 000000000000000007cc507d40d1100a62e0ace88fae1e29d15154ff4e143d39 1,682 0.95/1.00 vMB 38
393,989 393,989 0000000000000000052c748b12e0c01bc226a3d72a1c5050ceecfec7146855be 1,808 0.95/1.00 vMB 38
393,988 393,988 000000000000000009639f43ab464e3d5d13ed24bd9ab8a15d54ccbbb19c0984 1,646 0.75/1.00 vMB 46
393,987 393,987 000000000000000001c1aeed6c3cd85d9ac1436a3bbbaee0c62651cf9ec64a05 1,249 1.00/1.00 vMB 25
393,986 393,986 00000000000000000192a06c9da80928422a562d8ffee29336add6b6ac17d2ee 1,549 0.93/1.00 vMB 23
393,985 393,985 000000000000000000185e63e68bb5a81d0536c76f1b1052351ad1a72513f0eb 2,574 0.95/1.00 vMB 56
393,984 393,984 0000000000000000057f3a3afba566fddfa46cd9f8e3a83597f68a447aefcdf1 922 0.90/1.00 vMB 19
393,983 393,983 0000000000000000080fedc50b7a46a2649dbdefb470a76e930e1f538c9881a0 1,917 0.99/1.00 vMB 33
393,982 393,982 000000000000000000e4637ecbc1bb53806d406930225088cbf82c1eb34bde2d 1,891 0.93/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.38 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: 664.31 GB
    • Received: 14.96 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.