Memory Pool Memory Pool Refreshing

4,755 transactions
15.07 vMB
Show Random Selection Loading Transactions
Max Size: 63/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,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,863 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (823,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,985 84,985 00000000000bfaa36ca7249d35e02951d5be0de954a580b8f0fbdbc08304d691 0.00 MB 1 0
84,984 84,984 0000000000294e72a00e8677eb79f02334d925141019b0cd19f6d6030d03a939 0.00 MB 1 0
84,983 84,983 00000000002939ef5cd91f42f771fed0692d3efb440bbf6ace3e06889ed4f649 0.00 MB 1 0
84,982 84,982 000000000001491359c128f37c0217e1975861b7dfe4231815c0669fb26d0c0c 0.00 MB 2 0
84,981 84,981 0000000000106cd648520fa232925d278ed25eabae9b3339dde21a695da2e8f7 0.00 MB 1 0
84,980 84,980 0000000000148f982a9752362d5576da4b381addb29aa1985b44605af1084cd8 0.00 MB 1 0
84,979 84,979 0000000000180a18758fd2ce2dd3b3362861e475abe4f7c1ec0053a6a012f4df 0.00 MB 1 0
84,978 84,978 0000000000093485629215ae3e767710c5ba560b3a94fdff64274cc5e54c83fb 0.00 MB 1 0
84,977 84,977 000000000003c82caceb34dfffc79ca7c7dbf72e60496a71d536d033d3311adf 0.00 MB 1 0
84,976 84,976 00000000001e66f81d60aa2643e3d4d4dd22de903fc06dd2f41c5daa624c1d51 0.00 MB 1 0
84,975 84,975 00000000002372d888a1c78cdf1e6f059d42377ecf03457d91ddbb8fc6ee62c2 0.00 MB 1 0
84,974 84,974 00000000002c82cdeaeaae8ec96cafd6030c1fbd396a57bc88a0dac3081b2bce 0.00 MB 1 0
84,973 84,973 00000000001b0f8f1ed08f414b7bc5fd2351421ecb2a0127c08c2b293c9bc9be 0.00 MB 2 0
84,972 84,972 0000000000270fa8f766b929d6e042368498a63c90b4b5fc8028e23f98a5db96 0.00 MB 1 0
84,971 84,971 00000000002ae317d3616ccd1ecdcaabd67c1c70d1cde086823162ed23f2f48d 0.00 MB 2 0
84,970 84,970 00000000002f13ae35559deade28c4fe579018771b34cc56ba2c1ea415f66e14 0.00 MB 1 0
84,969 84,969 000000000019583fda1575e4f00873ed62dbf6254151bc72a57aeb88c935e4f8 0.00 MB 1 0
84,968 84,968 00000000002001d2376d0a7fd6ac1e92a01183648ae6a8e9fac073e09c96ec2d 0.00 MB 2 0
84,967 84,967 00000000002f3e557a34095ae2bd6a022a354fdfdd0f93f8b20546f62d2db2f3 0.00 MB 3 0
84,966 84,966 0000000000293203b4c7039253cf9d9c6609040673839240d627d491bde5d68d 0.00 MB 1 0
84,965 84,965 00000000000840e706d28b218ed833454527af8e3c8b66cc371a62e502a0a851 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,693.18 GB sent, 98.47 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.