Memory Pool Memory Pool Refreshing

6,167 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,743 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (370,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
537,765 537,765 0000000000000000002353cd75021c6b3c880c60a046b4b57a3b1abb9df64aee 0.01 MB 16 3
537,764 537,764 0000000000000000000201e5d7f2ed09cf52a13f116fce80154d31bf823cea23 0.44 MB 784 42
537,763 537,763 00000000000000000005557720a90856a82c337e3e29852ab501bd5f94fb9776 0.28 MB 497 19
537,762 537,762 0000000000000000001bca8d230f130299f35cde123b341e68322ba393e50675 0.14 MB 292 23
537,761 537,761 0000000000000000002a1e16e981b04d24b28bf0814b9429d6ecd24739d0c9b3 0.19 MB 383 30
537,760 537,760 000000000000000000176da8b2dc8ae042487fa3ac254fdef5c73c9e90685e5e 0.78 MB 1,293 2
537,759 537,759 00000000000000000010e4f94e8c06c09455da4da01e7f44219a8c01cebf0526 1.14 MB 2,391 31
537,758 537,758 0000000000000000001f9916cd7d42eb841b396bc759fc48d74e2c1cb21cf682 1.19 MB 2,611 23
537,757 537,757 0000000000000000000dffba829c3e6a1b18ad4f163e8fa2519de895b227fc05 0.12 MB 161 24
537,756 537,756 000000000000000000264f0c4b58ec06513433785f5caa438b7f2ccad8fe6be8 0.72 MB 1,348 16
537,755 537,755 0000000000000000000946786e321cfe05a7443c0f04db874c73bfd72bfc60a6 0.19 MB 380 2
537,754 537,754 00000000000000000008e2da515830572774f86091e152f3871b86ff650905cc 1.28 MB 2,265 21
537,753 537,753 00000000000000000009e6df85a77c4846f763d86463ec089a7af49948b9ea4a 0.29 MB 596 21
537,752 537,752 00000000000000000020fd46e1e832c77291319a0202e743c9862020d2a1303d 0.56 MB 1,086 13
537,751 537,751 0000000000000000000279504558945842ecdae9e9da8c8e9495409f8f289979 1.14 MB 2,527 21
537,750 537,750 00000000000000000004e01d3dab60c1046328ec4f993f067d630add4d73c3eb 0.64 MB 1,381 23
537,749 537,749 000000000000000000228c49076789ca2590ea266366e8d14b6fa1d5a287580b 0.39 MB 973 9
537,748 537,748 00000000000000000021707e64975f9b2124c12ca13be3effe0f22cbf962852e 0.40 MB 1,015 38
537,747 537,747 0000000000000000001936eddab9c7511a96f938f2c49131e213298bbef7f35e 0.40 MB 943 25
537,746 537,746 00000000000000000006ad63828b65c1a4ff2487c2fd95f7bbbd599469eb3dd7 0.62 MB 1,108 18
537,745 537,745 000000000000000000106332550d020a5848b16b44fbd9474894fd373e61f99b 0.02 MB 68 8
Previous 10 blocks ↓
Total Size: 769.22 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,634.66 GB sent, 94.04 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.