Memory Pool Memory Pool Refreshing

787 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,277 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 772 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,276 (823,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,947 84,947 000000000013fdc17e3ae2797bb9c6299d73031e072b95afdf3503078c4e3535 0.00 MB 8 0
84,946 84,946 000000000020bedf26648fd7a28deab6c55fec0d9c65e0ad1bdcff8b54cd48d0 0.00 MB 8 0
84,945 84,945 00000000001d7e218d9a18b6a5a4fe81eb99b3e129efab430627f4697f56279f 0.00 MB 1 0
84,944 84,944 0000000000179b7e19cd93c828b5b7759297b7ffd879782f1ddf79a8d5b59e3a 0.00 MB 5 0
84,943 84,943 000000000006839f429ead948942af3b83042f01bb5e1b97a857decb007f412a 0.00 MB 2 0
84,942 84,942 000000000000eba68b1ba27b585d6c49c7a96e6754b371235c4d43cc900074d0 0.00 MB 1 0
84,941 84,941 00000000000a2d98633246fa45de7af4a7617d6ae95e5d50a5a4391bf942617e 0.00 MB 2 0
84,940 84,940 00000000001e5e7c4a6a9ffd8e6438ea5c64cc795ee8e5d3cdfdb6927bc7b613 0.00 MB 3 0
84,939 84,939 00000000000c4232130a22b308931b446b4e95063d43a6df5e0b0aa0960907c1 0.00 MB 1 0
84,938 84,938 00000000002c96d1ea3eefbda879a0c002204a05c389569396e937b4ad3de928 0.00 MB 1 0
84,937 84,937 000000000019cf966a82f9c28336d198dc6609567b81846bb8a1c871a74f9ebe 0.00 MB 1 0
84,936 84,936 0000000000221b391f7ec8abb61c7a83f9661d3cada4f43530ef43c1e9b029fb 0.00 MB 3 0
84,935 84,935 00000000002407b545e311eeb0a609ee37af51583382958069436d4079e91f36 0.00 MB 1 0
84,934 84,934 000000000005463ddb2ef1ca68c5a78d63908ee75a3ae5a8699fae4f2109db53 0.00 MB 2 0
84,933 84,933 00000000001ee0bcff1caa7da7c170397fd6205d8157aa323ed27fb63e4cc5a1 0.00 MB 1 0
84,932 84,932 000000000017a6a951cd302a5291778366010ad093076e9dcc80ac1e199bcf2e 0.00 MB 1 0
84,931 84,931 000000000021885e7090b5ff871cf06042734406ef3dd17cb1c8316f55921f80 0.00 MB 2 0
84,930 84,930 000000000017f6e781783721da8db246034a775468b782b7d54126889fa9f48a 0.00 MB 1 0
84,929 84,929 000000000022c47d223ac7e0f2edec712852d8e11577466d523e3a3ed6538ace 0.00 MB 5 0
84,928 84,928 000000000027a58a8131aa9e67ace9f3539d47869130505405556a5def1e43f2 0.00 MB 3 0
84,927 84,927 000000000012fc23566d16d1e7179b64fb0ad8c77953cd4ca56b218f53f6357f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.13 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,691.78 GB sent, 98.17 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.