Loading Tool

Explorer IconExplorer

Memory Pool

45,078 transactions
27.37 vMB
0.10377856 BTC
Random Selection Loading Transactions
Max Size: 143.09/200 MB

Candidate Block

Mining Attempt eb2c1f33c81f96b7dae888532f6dc8598009b38b041d7b567980459057686c88
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 22b77fa98f0f133d2aedcbef1a841dd90124eebe2d5727eb036bf57cf6a6f698
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.04647823 BTC
Feerates: 151.01 > 4.66 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (295,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
618,975 618,975 0000000000000000000030f173ab7b86f69f8c020d5bd51b92eef8ef2fef2415 3,169 1.00/1.00 vMB 31
618,974 618,974 000000000000000000080c182de957961fcf0f8bd2b7ee5f3526a6eff9be933c 2,694 1.00/1.00 vMB 21
618,973 618,973 00000000000000000003ec43573b44c5bb62a4d6537cbf5060d1a283e3a8d74b 2,845 1.00/1.00 vMB 15
618,972 618,972 0000000000000000000c26859b786eddea0c2869223e0f65e41e0b6ca478a324 2,514 1.00/1.00 vMB 16
618,971 618,971 00000000000000000011acbdeca35db7e1de3a554b3905dcd647df2cd1a6fbc7 3,319 1.00/1.00 vMB 20
618,970 618,970 0000000000000000000468d2356062e19b6be0d00eaed18becf59cf8426fa226 2,438 1.00/1.00 vMB 23
618,969 618,969 00000000000000000005df17eaadc3f76cafb42e8a650bdeb09235f1ef1f1910 2,617 1.00/1.00 vMB 20
618,968 618,968 0000000000000000000ada052c919fe7125a0b6aa9aa3ea622ae71368c5805af 3,217 1.00/1.00 vMB 28
618,967 618,967 0000000000000000001162ca4a44a7c646467adf94a2e34f38c8257cecba4533 3,214 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.