Memory Pool Memory Pool Refreshing

5,574 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,829 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (778,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,976 128,976 0000000000000d49a7b11d7b851ccdef4955d68f26e4fa7dfa958e4f56ace064 0.01 MB 25 254
128,975 128,975 0000000000001e89e05d86c5d2f3dce71bb1bd9e59d8dd7f17b9285c6fbf830b 0.00 MB 9 0
128,974 128,974 0000000000001c5efafd1d00f3aea160988a7a60f36a3f5bde2a9e66b798c464 0.02 MB 47 336
128,973 128,973 00000000000016c1fb7b1a05547a28039f06437e984fa8ce300bcd787b36e1c4 0.00 MB 11 688
128,972 128,972 0000000000000717d2b729704c171fc74f05ac4bb84e73963dfaf33e44b57033 0.01 MB 27 608
128,971 128,971 00000000000004cbf6f82c3e5d60044e601ffb8bf4e3564f0854c115cd0d90b2 0.02 MB 75 266
128,970 128,970 00000000000022d8686242c7538c2af87c270ea396334ed56f989abdfdb75d14 0.01 MB 37 564
128,969 128,969 0000000000001e5aedcfabd7acfadc75fcd8fd38142cce66f60416b2ed56d19b 0.00 MB 4 223
128,968 128,968 00000000000009f1862dcacbd2e9bdf44f75142d9075d152687e0aa07ed5a2f5 0.00 MB 16 510
128,967 128,967 0000000000000e09ed06d2315b3711bd5d6949b7ecaa9992ec2a1443b219184d 0.01 MB 32 649
128,966 128,966 00000000000011d9a9a316cb1a73801d14d83aa10d7ec28551099f0c8654b782 0.01 MB 21 513
128,965 128,965 000000000000132b80f08263341ffa0f2990a8a3ca8d00bbfafac1d3a13695cb 0.00 MB 7 1,438
128,964 128,964 000000000000041dfbe5132d89b0d857099d69a77cdeadd4e4006c7aa0105518 0.04 MB 116 498
128,963 128,963 0000000000001d44f9f2fe011c78783558b2b3db5e803fd399136b0fd798f2c3 0.03 MB 116 145
128,962 128,962 00000000000004aea38f02bca28089eebafefefa4b9bdb455103c9ebe8187a72 0.00 MB 16 1,564
128,961 128,961 00000000000016b1363e5abba8cf435d08428f5fd9ebbc6f902cb7c7a66ea739 0.03 MB 48 732
128,960 128,960 000000000000085a461c7e0fdb5cd54130d311c14e9a22f85109912255a41567 0.02 MB 41 648
128,959 128,959 00000000000012051533475535c79e7b0ebc7be27ce16466e2d2e5e8aed9db38 0.01 MB 27 516
128,958 128,958 0000000000000f92e4fc4fcc5147a60a6c0dad50e5ae46696970c1aeacacdc5a 0.00 MB 1 0
128,957 128,957 0000000000001cbe54fa11f218469b928dde15e13de83d70630b77c65d9a5819 0.01 MB 25 545
128,956 128,956 00000000000004eb4fd11c7bb3b5777f71a831ae6a9126d21cdd2218a62442f6 0.00 MB 16 218
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.