Loading Tool

Explorer IconExplorer

Memory Pool

74,824 transactions
29.78 vMB
0.09923019 BTC
Random Selection Loading Transactions
Max Size: 172.65/200 MB

Candidate Block

Mining Attempt cb5f9525ee58152c8770c0f7f9dcd1f54023f7a7ead01c17e5e04acee3cdebb5
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root ca1719128446c7db0873d2abf527e84ca16a0061a6878303cf211a773d73a054
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,819
Size: 1.00 vMB
Total Fees: 0.02826931 BTC
Feerates: 150.36 > 2.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (331,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,723 583,723 00000000000000000007b168a6b6d53ad4e0dee5ffdb9e94bfbd1b447a1d8874 2,992 1.00/1.00 vMB 54
583,722 583,722 0000000000000000000018b91cd4e68e85d0fe333c8df9daf493baad34a5095d 3,413 1.00/1.00 vMB 90
583,721 583,721 0000000000000000001f51585e388845e42c4379a691132f2331c4c480d2e600 1,840 0.67/1.00 vMB 46
583,720 583,720 0000000000000000000bbc9f4d9ef8d45f6ee197d04971930a6c2cfe6594179e 2,880 1.00/1.00 vMB 38
583,719 583,719 00000000000000000022e95eb15b42a2fe681555e0261463fa2feee4b800bee3 1,005 1.00/1.00 vMB 2
583,718 583,718 00000000000000000007215e2d8cd18793474c6f7e597c5103d914291ea40d07 2,629 1.00/1.00 vMB 25
583,717 583,717 000000000000000000012ce6bf4f0b5977024a2bc1420e7dcdaabfd73c4ae35c 2,565 1.00/1.00 vMB 77
583,716 583,716 0000000000000000001e669038b4b2dbc0b103d9f92769816a44762bfd94f3d2 2,994 1.00/1.00 vMB 102
583,715 583,715 0000000000000000001bd32f7fdb7d5beb07c6954d36402a45aa4442616a823c 575 0.16/1.00 vMB 9
583,714 583,714 00000000000000000020c720509426c435ae19ccd9d36e60d67873d9ced044ce 3,352 1.00/1.00 vMB 43
583,713 583,713 000000000000000000055ca6cc6e173f05765a00f384eb6f1507e391d4e170a8 1,939 0.72/1.00 vMB 48
583,712 583,712 0000000000000000001b094fb30ef99484ecf8d93cd677c6d2113315caf5c03d 383 0.39/1.00 vMB 6
583,711 583,711 0000000000000000000aa99e94fa33b72817b1f8ea4d34c93fe5065cf81e5003 2,417 1.00/1.00 vMB 53
583,710 583,710 00000000000000000000bc1b62fe9d9a08c7407492d537840d16ecdacc11a827 1,486 1.00/1.00 vMB 14
583,709 583,709 0000000000000000000518ca159567965fe2d1f16e0a0fcbad360a736931b190 3,328 1.00/1.00 vMB 66
583,708 583,708 00000000000000000011b0b86b512a775ef8fd824a1f493b556cf62aa0390a37 2,984 1.00/1.00 vMB 28
583,707 583,707 0000000000000000000dbf0e2c0f554f4a286a7106b9d548f042a7ca746bbf1a 3,118 1.00/1.00 vMB 37
583,706 583,706 0000000000000000000d721e56f0a062bac3f9af143050d2b93995fc131e79bb 2,512 1.00/1.00 vMB 18
583,705 583,705 0000000000000000001cea9429808f4749a4ed9880d0bae355022fac5742d65a 2,724 1.00/1.00 vMB 16
583,704 583,704 00000000000000000017ef43f2d6be262007ec4532f7eb28a2320b942c48bd80 3,440 1.00/1.00 vMB 93
583,703 583,703 00000000000000000013f1a198b66c305f3dadc64ede3e5c53e5f57a4e8c463d 3,061 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.48 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: 668.21 GB
    • Received: 15.42 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.