Loading Tool

Explorer IconExplorer

Memory Pool

47,847 transactions
27.27 vMB
0.07011730 BTC
Random Selection Loading Transactions
Max Size: 145.38/200 MB

Candidate Block

Mining Attempt 63e187b58ef5c7d63041ab57c29358e0276bbcd0dcd569cecd7047d5c1efbd7d
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 1bf4056e2e17b3891f8c91e365154dae110b625ced898b5792a39f781a2937a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,455
Size: 1.00 vMB
Total Fees: 0.01933956 BTC
Feerates: 150.92 > 1.94 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (306,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,844 607,844 0000000000000000000bd5da4422f1255ee189ffb63c63f687d68564398fb677 1,620 0.55/1.00 vMB 11
607,843 607,843 000000000000000000125d1e6e15f817c2182c64da8f70d92a3df168cbe80755 2,106 1.00/1.00 vMB 1
607,842 607,842 0000000000000000000003fc02231fba9e69a018a0ca3434b1702c5e33ce9f7c 2,925 1.00/1.00 vMB 6
607,841 607,841 0000000000000000000411dfa2fdb83f05eecef455e063f81184a3e30344c6fd 3,055 1.00/1.00 vMB 20
607,840 607,840 0000000000000000000fbf5f52c0caaf602d6baabed0a6d7bb18f2408caea80f 2,408 1.00/1.00 vMB 18
607,839 607,839 00000000000000000005b9b1199b4f9f43a0f5020176fa55062057eaf40c3791 2,796 1.00/1.00 vMB 25
607,838 607,838 0000000000000000000e4c976e3653444631b319ac23a4b60635ee7e3bd93148 3,329 1.00/1.00 vMB 29
607,837 607,837 00000000000000000013eea8e1dbef8bbb567a4e33002cecfc404c63a29e9c30 2,707 1.00/1.00 vMB 17
607,836 607,836 0000000000000000000a22aa6c7f82b69a9e65362e50251b199b4387ec8c798a 2,036 1.00/1.00 vMB 10
607,835 607,835 0000000000000000000c0ec41f87366cd00eb9d2201b452c959453ccbe089ca3 2,426 1.00/1.00 vMB 6
607,834 607,834 00000000000000000014cbf83a4ddb8c52d81abdba1d465d5e2d626c8c876fd0 2,421 1.00/1.00 vMB 8
607,833 607,833 0000000000000000000ea42d4de9f8381fb2f84d2204f43dfad0449338195e1c 3,274 1.00/1.00 vMB 23
607,832 607,832 00000000000000000005b6c8c2b6836fd81068ed9cd17244d84807ebad2c8097 2,761 1.00/1.00 vMB 23
607,831 607,831 0000000000000000000619d1aeed518a2fae3e87dd8170a1cd713778952cffe8 2,362 1.00/1.00 vMB 12
607,830 607,830 0000000000000000001489a2d059cc31e08e4aac80b1b56e44525e8a2dd30536 2,486 1.00/1.00 vMB 12
607,829 607,829 0000000000000000000e91667137b34e79e64dd92c778d56c749ca4828767850 3,228 1.00/1.00 vMB 27
607,828 607,828 00000000000000000012b71cbb4345c1816adbef580b7b9b835c06589355e0ec 3,182 1.00/1.00 vMB 26
607,827 607,827 0000000000000000000b88415b39ae7905a4d5174114c3bc3e8a86fcee843f19 1 0.00/1.00 vMB 0
607,826 607,826 000000000000000000035ff306e9275e2a17d293d866df42909f15b7ad7f0ed8 1,926 1.00/1.00 vMB 14
607,825 607,825 000000000000000000108b8b756fd7d02b11e04fd7750663d48f7de60bc59889 2,702 1.00/1.00 vMB 15
607,824 607,824 0000000000000000000ab7439ab91557df85a9901e1304d4ef99950931b545dc 3,384 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 649.05 GB
    • Received: 13.12 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.