Memory Pool Memory Pool Refreshing

2,470 transactions (0.80 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,853 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 2,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,852 (874,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,943 33,943 0000000041b2116aa2ef0fc9d1b4edeb3d2ede4fab4c8076d342722a0c4ae674 0.00 MB 1 0
33,942 33,942 000000004e25daa8944edfbe34554b41e4e54e28367fd0bcff451cf4548abec5 0.00 MB 1 0
33,941 33,941 000000007ab2f3ac4bb6ce340c1567ef65918c55282b72d99fe6daab4d788a0d 0.00 MB 1 0
33,940 33,940 000000006de9b4f37b5ae22920e080bf78266ca7be7f88a26a506e4e856fb48c 0.00 MB 1 0
33,939 33,939 0000000028c4352a6dd47a84a3c1e89d2fc5aafe763fc1a55fee5c4df3aaea2c 0.00 MB 1 0
33,938 33,938 00000000ca815648f1ca28a68b174131a982fae12ed3b7b2909939418300c9a0 0.00 MB 1 0
33,937 33,937 0000000052e0258776739a6ea8979787a5bcab77627c6bef38006b601f15655d 0.00 MB 1 0
33,936 33,936 000000007dbf20824e191450aaa12b2d75d688e692bb4de57e5dc1224b792fff 0.00 MB 1 0
33,935 33,935 00000000a5916a74c5c9fcd6befd1c13036741f2a0b4be5b350e60d2490d083e 0.00 MB 1 0
33,934 33,934 00000000c01d30715776e59453df795a3751b115f5f8cd75dffeafd75661b3e6 0.00 MB 1 0
33,933 33,933 00000000413866be903a2335400e7e650f7eb74f9ed5d652b7cdd394b7e4bceb 0.00 MB 1 0
33,932 33,932 00000000a1a50279cea07d81ce8d25b9481e7f12001195678ec64fe8fb98b6bd 0.00 MB 1 0
33,931 33,931 00000000569399c8459509cb1be803c8e2413eb25c99f93e0ad726e8a9511840 0.00 MB 1 0
33,930 33,930 000000000d1314c9780186747377623071924032101d43d8ec980f32d79758cb 0.00 MB 1 0
33,929 33,929 00000000d822ead49e40015667b81d230ff62c5be9bfb1bff9d0eeaf7a7ac713 0.00 MB 1 0
33,928 33,928 000000004648c867017c1b94997947e0fb6e68c5477a138796f61bbe6a500958 0.00 MB 1 0
33,927 33,927 000000007f8a1a60f7d05b3035407369ba6d42849dc53e28382487945c757cef 0.00 MB 1 0
33,926 33,926 00000000310f72255f17afab281cb9f6277fc75382ed087789ec88a5006c184a 0.00 MB 1 0
33,925 33,925 000000004969aa7407d8aa20376b09066743d9d17ad8e7737f7ce61e3e6beede 0.00 MB 1 0
33,924 33,924 0000000058d6e99e7d43ef9c236ccca6d14e3951dbc1afd9b99d2c197eff1bbf 0.00 MB 1 0
33,923 33,923 000000002637bb2b384c589a3eade5b1e5cf781a64275955aeecf9ab36125a42 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,859.83 GB sent, 103.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.