Loading Tool

Explorer IconExplorer

Memory Pool

47,745 transactions
30.25 vMB
0.09730624 BTC
Random Selection Loading Transactions
Max Size: 161.11/200 MB

Candidate Block

Mining Attempt d05e23b1fe19ec4b5ca372a6e357ffba1dc2aa4d2cab768d4faf7a1e842d61f7
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 1f8bd93bf21642b2ae784646a4b3901fa99645f4260d4cafe5e7bff8d09f1bff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,010
Size: 1.00 vMB
Total Fees: 0.03598388 BTC
Feerates: 150.97 > 3.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (87,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,942 826,942 000000000000000000032252f6e6b570c57e8561826267e98eb56f572de9dec5 567 1.00/1.00 vMB 32
826,941 826,941 00000000000000000001f91bf540f90f7c417e894b9bb63e905979ad55d015c4 2,613 1.00/1.00 vMB 32
826,940 826,940 000000000000000000000bd1ce57f4096ce92776580b09711e037c0ab7797a4d 2,106 1.00/1.00 vMB 39
826,939 826,939 00000000000000000002c0460a6512bbb28429b466a258c518c41da78a4b0747 2,955 1.00/1.00 vMB 33
826,938 826,938 00000000000000000000d879884f4f531109742c18585079adfb2b89e11b2f19 1,761 1.00/1.00 vMB 37
826,937 826,937 0000000000000000000245cd55a4c9dd173765fc735562720bb0c1c2fbfe708e 2,251 1.00/1.00 vMB 31
826,936 826,936 0000000000000000000304a6f0ba2e4b41b3de90a1639ce947e2ce13744db56e 2,907 1.00/1.00 vMB 39
826,935 826,935 00000000000000000001a324cfffe8fea01f23fee1a6b8c1afb3e9cda28300b8 2,103 1.00/1.00 vMB 39
826,934 826,934 000000000000000000024874b87f3ced20c33c1a6dc04e3d2c069cf0a3b5baa4 1,657 1.00/1.00 vMB 34
826,933 826,933 00000000000000000003c4f5f284ef0d11e7ffc7b0b723250521f3e3e2d000f8 151 1.00/1.00 vMB 30
826,932 826,932 0000000000000000000396e41131017266348864fc7c2608962cbc9b5a081742 2,790 1.00/1.00 vMB 38
826,931 826,931 000000000000000000032157b9c9b8efdf6c2693be95561e83684b019fcd9333 3,506 1.00/1.00 vMB 35
826,930 826,930 000000000000000000030e3ef04e3c72d308befd5c63d86256bda47b90524cf4 2,782 1.00/1.00 vMB 43
826,929 826,929 0000000000000000000110deae6f799ec5033e6aef60b2feba6cce36d5d6096c 2,526 1.00/1.00 vMB 36
826,928 826,928 00000000000000000003aaa1123c7807bf41b41b3f5ed88568fb3b15bf5ff49f 2,327 1.00/1.00 vMB 37
826,927 826,927 0000000000000000000300b1dcb24bd9cf45d8c0fdc1ceabd758ef858af75ba7 1,088 1.00/1.00 vMB 39
826,926 826,926 00000000000000000002a25d56f141d3e7c11a6d1ef41c406c5d175a6da0e637 2,723 1.00/1.00 vMB 33
826,925 826,925 00000000000000000001ff8c1afed0b8d7e27de957c0519bb15e0469c6396375 5,451 1.00/1.00 vMB 37
826,924 826,924 0000000000000000000316d8965551a9df0cb45e2d5d33edfa09d28ebab3426f 2,801 1.00/1.00 vMB 44
826,923 826,923 000000000000000000032ec0aaa61aae8864e0865c5fe5af8f575cce23a51eee 2,294 1.00/1.00 vMB 37
826,922 826,922 00000000000000000003234d834887defc124f2cc02b2a7917b5bea6df777a89 1,204 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.