Loading Tool

Explorer IconExplorer

Memory Pool

84,229 transactions
31.40 vMB
0.09623992 BTC
Random Selection Loading Transactions
Max Size: 191.80/200 MB

Candidate Block

Mining Attempt 5247d4e2da29ff9bfa287f3b32784e9bb5217a4b4ffa546759859c701bc9b033
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root afaa398dafb2bd89935fd8d32de547977b1d440bebf174a675b0092ecef5c5a8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,719
Size: 1.00 vMB
Total Fees: 0.02417971 BTC
Feerates: 150.77 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (218,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
696,592 696,592 00000000000000000005a210c95de2b3777873246caac20bfd0b161427c9c192 747 1.00/1.00 vMB 3
696,591 696,591 0000000000000000000ef31f7271b9ed0fbc5c56c233241ab16201769d533191 253 1.00/1.00 vMB 1
696,590 696,590 0000000000000000000bece4fc79d95900a5ac20e25ef2b8c3bfaa9fb94e5a68 1,131 1.00/1.00 vMB 2
696,589 696,589 0000000000000000000f12b5698e8f33227905646ccafbfa620188bdae5f2923 2,358 1.00/1.00 vMB 13
696,588 696,588 00000000000000000008414f9f73b8612d983ffe95ea02d7dbabe521b4d9b694 2,123 1.00/1.00 vMB 11
696,587 696,587 0000000000000000000d25488594260082d3aa8149e024efea14104d1d433961 1,813 1.00/1.00 vMB 3
696,586 696,586 0000000000000000000c3e2bb747f78ca3ff662d3cc6ac756d60b4e930c7c88e 1,782 1.00/1.00 vMB 7
696,585 696,585 0000000000000000000323c104a6f027e6c90248da14b0201a2a5a23a92f4830 580 1.00/1.00 vMB 4
696,584 696,584 0000000000000000000a7a5770e685cf09b752764fb8d05e53e04dfd8b4d9c76 1,966 1.00/1.00 vMB 5
696,583 696,583 000000000000000000039e0adea2b9828278521c84e6554e03405824440a5572 2,081 1.00/1.00 vMB 3
696,582 696,582 00000000000000000009b1f91c2d2224d5fed602d75f9fed3ed1731bff6da788 3,708 1.00/1.00 vMB 4
696,581 696,581 0000000000000000000e1e3ef962281f415ad84964473e94be2070b1b18cd869 2,604 1.00/1.00 vMB 15
696,580 696,580 00000000000000000005b5487fa8cf1b84404ea6e8b935ed953134959ef69fd1 2,722 1.00/1.00 vMB 5
696,579 696,579 0000000000000000000f7d95788e062e1d0cc3b86bdb9e117e9569f1f9a34599 1,747 1.00/1.00 vMB 7
696,578 696,578 0000000000000000000e708daad9025b342fd1c7f13575e9a712de765e2020fd 2,549 1.00/1.00 vMB 12
696,577 696,577 00000000000000000001f9d00fcc51697ad1896b218e3312e91ff2be3fc581f9 2,605 1.00/1.00 vMB 18
696,576 696,576 00000000000000000008386afb5cda9c4fe944ef6b71d04ca192a9765ba4b5c0 3,027 1.00/1.00 vMB 15
696,575 696,575 0000000000000000000659f42403beb4350b17a74f4bf6d049e45ef1f82e9098 2,759 1.00/1.00 vMB 56
696,574 696,574 00000000000000000004b3d0d530ef391cb3101286bd349de9f019f1bd0ca3e2 2,501 1.00/1.00 vMB 10
696,573 696,573 0000000000000000000df2d94eed8fc4797ebbf603d4e7cbe20b85499c868bc7 2,673 1.00/1.00 vMB 19
696,572 696,572 000000000000000000101ccb8ba5c4be2ad1c4602bd990855139129721ef8b78 2,720 0.96/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.97 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: 716.10 GB
    • Received: 17.78 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.