Loading Tool

Explorer IconExplorer

Memory Pool

43,912 transactions
27.21 vMB
0.09045737 BTC
Random Selection Loading Transactions
Max Size: 143.55/200 MB

Candidate Block

Mining Attempt ad6a232b0d6feb47e87246451f27fc89c314723bf2f75a43822a03abb2e45061
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 272f6decc432e6614e37d1e8cde04be54c8a25ad87b24ae22f90b3b616e6aa8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,471
Size: 1.00 vMB
Total Fees: 0.03942476 BTC
Feerates: 101.65 > 3.95 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (295,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,996 618,996 0000000000000000000e9fb016477414d994314850455370482df844e252c543 2,258 1.00/1.00 vMB 1
618,995 618,995 0000000000000000000cce82ac32331c6747973f89ca7754819c2fc3f24cc53a 3,011 1.00/1.00 vMB 24
618,994 618,994 0000000000000000000cff59dca4c1db105b26a0d67e31f6ff00d7993c6d6027 3,009 1.00/1.00 vMB 27
618,993 618,993 000000000000000000083b08e2a4be8f59caad8f6bfbde20b68a2dea3ec04ca4 1,047 1.00/1.00 vMB 7
618,992 618,992 00000000000000000003d90c2359103097b6795adc45edea860c1020096b600e 1,026 1.00/1.00 vMB 4
618,991 618,991 0000000000000000000636e2f00f7b3c3924dbec0cf267c12139ec6e2356181f 1,894 1.00/1.00 vMB 3
618,990 618,990 00000000000000000005ed6aba00fc9b6179b1420cb6ff2c661652d7199d3bdc 2,378 1.00/1.00 vMB 14
618,989 618,989 000000000000000000116359f4c053cc626d2154d6f251fd4ac2bcb8e7a56ecc 2,327 1.00/1.00 vMB 6
618,988 618,988 00000000000000000001b377b3b63281e6fd3bec08f84c5980e035c8346fde35 2,225 1.00/1.00 vMB 12
618,987 618,987 00000000000000000008ecf8a028be9df9c31f91caf3b5462955327d7790d4bb 3,032 1.00/1.00 vMB 29
618,986 618,986 0000000000000000000f2306f08e8f34872a24dfaad3423801a91ee1626e9ea4 3,138 1.00/1.00 vMB 23
618,985 618,985 00000000000000000011de8b73327bdda2d43fff8a894cfd088801c1959773fe 3,200 1.00/1.00 vMB 20
618,984 618,984 0000000000000000000585508d73f9bca5c21e65198ce4a7c0c51ab6f7895da1 3,161 1.00/1.00 vMB 33
618,983 618,983 0000000000000000000a9aae670c69c9874d6006065edf73a2c26af7c878602b 1,706 1.00/1.00 vMB 12
618,982 618,982 00000000000000000009d5b0091b374d49d85d152060121da518eb5476a3f787 1,859 1.00/1.00 vMB 11
618,981 618,981 0000000000000000000618f41c112d43d777cd008abe0e513eeaa1733bcf413d 3,301 1.00/1.00 vMB 21
618,980 618,980 00000000000000000006b00e0fa9725be23f34c5b91efd342f6330bc981d8fa7 3,112 1.00/1.00 vMB 28
618,979 618,979 00000000000000000006e25eed984b3f958934de1a10ffb8cbf8539a0a2325ed 2,081 1.00/1.00 vMB 11
618,978 618,978 00000000000000000001f92eb19b52fbee48693b5f02b783203deb4c97c05fb5 3,007 1.00/1.00 vMB 21
618,977 618,977 0000000000000000000bf41f138a9e1e8abe094c53663229082e1cfd1600538b 2,726 1.00/1.00 vMB 18
618,976 618,976 0000000000000000000898c1a79deda3dfe23ac5d4d91e4167a1f1126a7e622d 2,910 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.24 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: 655.14 GB
    • Received: 14.27 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.