Loading Tool

Explorer IconExplorer

Memory Pool

77,224 transactions
28.65 vMB
0.06532015 BTC
Random Selection Loading Transactions
Max Size: 173.87/200 MB

Candidate Block

Mining Attempt b36bc1f19e834b0b2fcc2bb59d5c776cce778f0c4f31b7a77a0cdbefa16dccdb
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 98f498ae0d0ccd622fa417a65dd697af78167259c10f555c20fecf44d5536143
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,700
Size: 1.00 vMB
Total Fees: 0.00580896 BTC
Feerates: 100.53 > 0.58 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (235,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,537 679,537 000000000000000000034f72c77225b6cdc601d6b9b56c5a1ff59ef031d75afa 1,528 1.00/1.00 vMB 136
679,536 679,536 00000000000000000005678440e1eff5de99f5848b5d57bb21da1a188775904d 2,030 1.00/1.00 vMB 152
679,535 679,535 000000000000000000051cd54cdbb0dc6b8c87c64a06e11ae5c1129f588b1508 682 1.00/1.00 vMB 156
679,534 679,534 00000000000000000006120c7354ddc309f851106fbdcf77073c68051f005f26 2,759 1.00/1.00 vMB 168
679,533 679,533 00000000000000000006e0fd1278e1fa2d0af36a1dc51d5d5ee62ff1ebd5e32e 977 1.00/1.00 vMB 184
679,532 679,532 000000000000000000054a074540b1d23b4bbdf98aea4b342a937b28f8acb399 1,911 1.00/1.00 vMB 187
679,531 679,531 0000000000000000000752a341e4fdd3d22d2e2eaad00d8b6956127a5ae899a3 2,566 1.00/1.00 vMB 174
679,530 679,530 0000000000000000000b53b152c70f56c46d67325f87c26886c61a835c0a6c25 785 1.00/1.00 vMB 176
679,529 679,529 00000000000000000000ad51b96d827a0d4fd662bfad8da85c2d170531704c1f 1,702 1.00/1.00 vMB 181
679,528 679,528 000000000000000000042dc7dd7b12bf9405263c2577462e44f161662acadf14 1,298 1.00/1.00 vMB 188
679,527 679,527 00000000000000000004b2c3858c5e99838172384f6ea7e9de07abc75987756e 1,746 1.00/1.00 vMB 206
679,526 679,526 00000000000000000000277ebfc11fc62e01d77ce53416f586a65489b43415c3 2,278 1.00/1.00 vMB 217
679,525 679,525 00000000000000000006fb211c9e69879e00b27e39a547ee0e815eabb7bedb8d 2,009 1.00/1.00 vMB 185
679,524 679,524 00000000000000000009abe0837dcd0b87ab8b0bbe1215dcc3faa29db000be8a 2,423 1.00/1.00 vMB 187
679,523 679,523 00000000000000000006ab10b879ca20ff64d93717f28b32980567d38fd444fb 3,106 1.00/1.00 vMB 222
679,522 679,522 00000000000000000008d1bb3e671ee1b7c0815cbe74a076e32d2a12b550b61a 2,595 1.00/1.00 vMB 152
679,521 679,521 0000000000000000000298cc5b6ac5bfcce7290f1cc69e34564cb39f144da502 2,001 1.00/1.00 vMB 174
679,520 679,520 00000000000000000006603fe7630f617d33af94d42e7d1bae02c4bcab3a68ff 1,449 1.00/1.00 vMB 154
679,519 679,519 0000000000000000000233c5bd10867978676bddb6670a0d18d3b12609bf96a9 2,620 1.00/1.00 vMB 172
679,518 679,518 0000000000000000000288381013e8cd92c29871963488fed1ae3692b9fff1fa 2,222 1.00/1.00 vMB 192
679,517 679,517 000000000000000000085ff1feadf63e5f10beb63381480ca5448d59a9434a3e 3,141 1.00/1.00 vMB 209
Previous 10 blocks ↓
Total Size: 782.56 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: 669.98 GB
    • Received: 15.80 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.