Loading Tool

Explorer IconExplorer

Memory Pool

76,471 transactions
28.35 vMB
0.09465570 BTC
Random Selection Loading Transactions
Max Size: 171.78/200 MB

Candidate Block

Mining Attempt 06ff000a298dc4066c03d6a519138472eb4360c9c8495ddf38fa5125c1e24264
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 5948f8f8214c5173942363623b1a4c101dcf40dff00a94a9be9fb166cd46ed25
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,499
Size: 1.00 vMB
Total Fees: 0.03185486 BTC
Feerates: 150.80 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (564,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
350,446 350,446 0000000000000000091cc48554d5bb3a41db83c3caed8964ca6b6f070f066c05 250 0.15/1.00 vMB 25
350,445 350,445 000000000000000011c1831dd1c5decc8acaaab84c196c7aa325e81445c3a11b 136 0.07/1.00 vMB 16
350,444 350,444 00000000000000000d358e4af8b624b18c3c2c6fad8ddacb9d681b466c65e2d1 776 0.40/1.00 vMB 23
350,443 350,443 00000000000000000974d5807adc834c0510ff5762a8c936fd16d213b5176586 134 0.10/1.00 vMB 14
350,442 350,442 00000000000000000db5e2cc094c5f27bbe9790cdacb591b4ed871f8607965a0 609 0.34/1.00 vMB 26
350,441 350,441 000000000000000000a46b4ccff1290d4ad3f7201cb7777657f9c36286784bbe 789 0.43/1.00 vMB 26
350,440 350,440 00000000000000000c0ce655df559d15f6fc91183546afde34071e0661e2547d 576 0.36/1.00 vMB 19
350,439 350,439 00000000000000000578e73fd68a619655335ad1ece9b78c406a4715959ff3a0 2 0.00/1.00 vMB 0
350,438 350,438 00000000000000000546c4625eb7f141dfa80321c2ae585b4da47dc55b2fc1da 1,215 0.75/1.00 vMB 20
350,437 350,437 00000000000000000624b7cd48f7bf5c5b6486ebe05d70c0021d593b78b2ad85 1,024 0.31/1.00 vMB 48
350,436 350,436 00000000000000000b8359f7a77379c7724ae290ad0eebb96a2b53abcba5b087 466 0.28/1.00 vMB 20
350,435 350,435 00000000000000000be18d94ca10982a8d4c5a53c8b3a5dcfa15e1118f8547f4 1,627 0.75/1.00 vMB 31
350,434 350,434 000000000000000011eb2eacc9a679cf24a09dc040213b53f940f6e8bf49081d 116 0.09/1.00 vMB 15
350,433 350,433 00000000000000001727cbfb9720327c8c4cfa161d4ba788adff06885ca0e0ca 925 0.45/1.00 vMB 25
350,432 350,432 0000000000000000103d058a39827be5d73f0390634ccec6e9676c04b18c4a7f 670 0.36/1.00 vMB 28
350,431 350,431 00000000000000000522569b9f05cdc75c81144cd74dc1927f23a5d0b7b15df9 892 0.45/1.00 vMB 28
350,430 350,430 0000000000000000118318a1d0993baf1cc7f2dc8967fbe6f42cce3f703f3eb3 587 0.27/1.00 vMB 29
350,429 350,429 000000000000000010a3cf7305b900adf75e0d1c3c21058b63572de52127e774 2 0.00/1.00 vMB 0
350,428 350,428 0000000000000000119f469c8077b3324817c07be3f9a950e1d8e1eb9a781187 214 0.11/1.00 vMB 27
350,427 350,427 00000000000000000a1206f8a94cfacad5edb65fe2f193d3ff324cdc27dfbc17 118 0.17/1.00 vMB 5
350,426 350,426 000000000000000012153e4d1e9052ac6eb8bc96c2691e5763966bfaa4da304a 726 0.47/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.85 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: 712.62 GB
    • Received: 17.20 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.