Loading Tool

Explorer IconExplorer

Memory Pool

12,875 transactions
5.50 vMB
0.01548838 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 32.43/200 MB

Candidate Block

Mining Attempt c2ade5e7a495445992f5890e682afeb4273f3b7462970a5432c3c56427a864d5
Version 20000000
Previous Block 000000000000000000015e0d39ed218f17656b9c68068e20fc4f24fd05959a8f
Merkle Root 6e2aa4547c3e44d1fae24372d6c56afc11a68325446f9b82ae9c13000f83c5ee
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,336
Size: 1.00 vMB
Total Fees: 0.00651460 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,449 (708,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,612 204,612 000000000000008f62394b6be2b2e15313c294cc93374c08e70977d7d1571d68 218 0.11 vMB 104
204,611 204,611 000000000000007c125849046362072310d4fd6aead6a851e2984296b0839ebe 65 0.03 vMB 27
204,610 204,610 00000000000001d8dc68c5353388cf980b1fb46a8556fde690e4ebf0b19ee42d 449 0.18 vMB 152
204,609 204,609 00000000000001d2e1c257b274cc0a490f2b383599ec755e1a84dc812a5da4bf 91 0.06 vMB 68
204,608 204,608 00000000000000582decb96d4e8b2969039f1bb81f84f7764c848b69f5e54ccd 577 0.25 vMB 133
204,607 204,607 000000000000044ea3d9dbe23f1c570883e4b490204205ab47c05b0978b9c3e5 256 0.08 vMB 383
204,606 204,606 000000000000011f524cce4ac1dafd108a507e6b01b075f26e53beda501cc8c6 121 0.05 vMB 77
204,605 204,605 00000000000005234a85790093c05f33d69931379f8b8f49164202a06c7bdc80 53 0.03 vMB 36
204,604 204,604 00000000000001ea2afec7aa54a0d510ddf1b10c8cfdae943b69d5ff0147ce73 198 0.10 vMB 91
204,603 204,603 00000000000001ac4cf036828a36d9ee88902440a7261f6cf06972f6d834bf85 493 0.23 vMB 193
204,602 204,602 0000000000000295845238ace4a65bae18cb4f5abd31b0938e377dcf200ffcd0 11 0.00 vMB 73
204,601 204,601 000000000000036992725340a4e5469e0270d3c51573f2c5e396030dd3ba09b8 10 0.00 vMB 61
204,600 204,600 00000000000002d5926db3c08074969ac3dbfb1467a80268251101318ea6d7e2 143 0.06 vMB 99
204,599 204,599 000000000000023132ad11cd2d3fd304c4950da2037e27b2c654b994b4fdd6cf 298 0.15 vMB 132
204,598 204,598 0000000000000471b2217532002a7a4209ef9094d0dacd760091b5fd8ba718e7 24 0.02 vMB 61
204,597 204,597 0000000000000415ff994b4d3213404a387cf939a5a58ad08ccfffb4702cb73d 100 0.06 vMB 113
204,596 204,596 00000000000003e4f635aa98c1fc5a5ce4725970aaeed37f1bd5a81a02af701e 167 0.22 vMB 7
204,595 204,595 000000000000022561a823b8a5395cb0d69997d619b346f400b0edf47f5ca9e8 215 0.09 vMB 194
204,594 204,594 00000000000002651705ad67748c75151fa1c292c09724b15b3cdbcbfb2ec362 132 0.06 vMB 62
204,593 204,593 000000000000053dea2776620267fee14a3ee74c6287e23cfbfdbe8bb19c6ebe 118 0.06 vMB 97
204,592 204,592 000000000000043b0dcc89a7b23fb514a5fa31751bea48e8cbfb742ce5166357 504 0.29 vMB 124
Previous 10 blocks ↓
Total Size: 779.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 107
    • Outgoing: 10
  • Data Transfer:
    • Sent: 307.91 GB
    • Received: 1.45 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.