Memory Pool Memory Pool Refreshing

8,483 transactions
3.08 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,950 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,897 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (2,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,427 905,427 0000000000000000000184178cca46cb2167297d154dbf1f1ba8abf77cbf3c75 1.55 MB 4,082 5
905,426 905,426 000000000000000000010ac6a9eea068827287acf2315fac95f7f0aeae804b3b 1.69 MB 1,932 10
905,425 905,425 0000000000000000000199b08bd144cd4b838eb980ece4e25ea165c443f7d751 1.57 MB 4,799 4
905,424 905,424 00000000000000000001cdb1472c8f573c91c13fac17411ab517e8f873b49701 1.61 MB 4,102 6
905,423 905,423 000000000000000000000be794d6abc522af0ee5493339cd9cad814becf3a487 1.64 MB 1,955 16
905,422 905,422 00000000000000000000637c8cf201dfcb6bd12849731ad3441f0a726e240dcb 1.44 MB 1,939 3
905,421 905,421 000000000000000000007c018b5887978f2380509de5ba30256183ee2c698a19 1.53 MB 3,318 3
905,420 905,420 0000000000000000000067fc5d123e9a189fa81cec35ab1782eef7975556e0fd 1.71 MB 2,988 3
905,419 905,419 000000000000000000012836e971867d32837088b00358aa4ad58f3b943d86d0 1.64 MB 3,460 7
905,418 905,418 00000000000000000001cfdf58d4dfc32b1e616947de4dd63dbd9bb8c9fa8ec1 1.64 MB 3,958 6
905,417 905,417 0000000000000000000004baf1e878d7bd58595202bca03c6b44b0a1779847b6 1.60 MB 2,988 9
905,416 905,416 000000000000000000015d1ba584270bfcadeb4671cdc944f5224f1a8bd5f11c 1.72 MB 3,937 4
905,415 905,415 000000000000000000004208f7d17e4a36f9d5c737836c34def96ae30866ea8b 1.58 MB 4,191 5
905,414 905,414 00000000000000000001a786db87504e3f58474c9d94eaeb6b989bf83980864a 1.62 MB 2,214 15
905,413 905,413 00000000000000000001305bd8eb1b6aa38779d9d6b56a9b7ae00c5c70eeff31 2.03 MB 2,026 0
905,412 905,412 00000000000000000001af2584d2ccd012fc9f491a7ff9e20b665f30ff182dd1 0.99 MB 1,763 3
905,411 905,411 00000000000000000001763863d0a8c695afd7fb5e108101826600cd74dd7d3f 1.90 MB 1,644 1
905,410 905,410 000000000000000000020f8d2b0f399a860da0c63240293745750c515e0d8cea 0.20 MB 429 2
905,409 905,409 00000000000000000001cafb7549ab8bb3ceef82883146b1009f7f84fdfdf83f 0.02 MB 62 10
905,408 905,408 00000000000000000001225a3eec5b754e5f73150091f4a64ba56612bcd3d79a 1.58 MB 3,082 3
905,407 905,407 00000000000000000000e59853878e1cf890bd4d2628a22e7afb8578af3d4234 1.52 MB 3,101 3
Previous 10 blocks ↓
Total Size: 769.45 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,646.01 GB sent, 95.22 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.