Loading Tool

Explorer IconExplorer

Memory Pool

20,784 transactions
9.27 vMB
0.10815865 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.86/200 MB

Candidate Block

Mining Attempt 54b726d6183866a107e0a4a3a260af648fef9113366a70aeb74a137a8fc8369d
Version 20000000
Previous Block 00000000000000000001af40f37948f8002f4ad5d51161d9ec1b5afe1feb51cb
Merkle Root ce4f5bc17a6486f8f341711f4c04b8ae02ab575630d4b1f04c7b1ab086b81d04
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,551
Size: 1.00 vMB
Total Fees: 0.08525285 BTC
Median Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,425 (820,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
92,856 92,856 000000000008fb750128c42cc60803f769a770c4102647e6c05fdadb6ea5ba24 59 0.01 vMB 0
92,855 92,855 000000000002adb02584f0262771d0b6ca78bee594d1af9f20db185d50c0417b 5 0.00 vMB 0
92,854 92,854 00000000000330574fcbef054ea9c8253bfea23b7021e16452adc2fc80a10651 83 0.02 vMB 0
92,853 92,853 000000000007764ff913d06d9152ecb99739047b626e3a7171d321e6cfdebcee 22 0.00 vMB 0
92,852 92,852 000000000003466a968e5939e1f4472e09fabd466212ede0694e11dd3c7e6ee4 17 0.00 vMB 0
92,851 92,851 000000000003019b0f55913ab2a2e4ad85e2d7f9374ca457f7897215a5759b54 14 0.00 vMB 0
92,850 92,850 000000000003ea7d4357866e2ce8f5b6bf9b35065a0c20695b25118cd2cf522a 34 0.01 vMB 0
92,849 92,849 0000000000038532949d5b929217633908cbbded797e778079ccb62f32011cbe 13 0.00 vMB 0
92,848 92,848 0000000000055e57f45468259525b718615daf75f6acff3ada405a1bf11f6b0a 7 0.00 vMB 0
92,847 92,847 0000000000091461bcfc7b799509d37ad14b60df72fcb525d4ad91d350df40f8 21 0.00 vMB 0
92,846 92,846 0000000000023b890d7729551c21370907904b0c23adc2a647f562567e1dba7a 40 0.01 vMB 0
92,845 92,845 000000000008ece8a734cf518f615bef379285097855aec6074f26864cc5248a 77 0.02 vMB 0
92,844 92,844 000000000000cce224df2a03c5ad13ec562f9cd7031339c7399d63ef965eeb92 20 0.00 vMB 0
92,843 92,843 000000000005499935b5a32723543310d3526d0013c77013e289992129d9ccfb 10 0.00 vMB 0
92,842 92,842 0000000000049af1fa985f65152bd8887414f6382ce0e5d39709e6390b7f4106 34 0.01 vMB 0
92,841 92,841 000000000001de7286bf8e8ac55952b84aa91dbab013fc6f36ccc5e1daaae33d 23 0.00 vMB 0
92,840 92,840 00000000000688320e68d9b51eda0a66724b271a082ad9d4615da797976d45fa 88 0.02 vMB 0
92,839 92,839 000000000004e1b78256bc319c49a22de7c520696c73aca390a3f008aea845e4 1 0.00 vMB 0
92,838 92,838 000000000003c00a716e89cb3a66ce95bec6967166536d9d15c993db1f934c72 21 0.00 vMB 0
92,837 92,837 000000000002ec8dfe80bde45e919c134f4454490af9543e0d8317a3691e1b65 91 0.03 vMB 0
92,836 92,836 000000000002f5c4f95692657a201abe75cbbb4f6ee55007f10e21da18afe0d3 13 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.61 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: 299.18 GB
    • Received: 1.29 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.